Skip to content

Commit

Permalink
Merge branch 'main' into RHIDP-4264-2
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgaar committed Nov 13, 2024
2 parents e993ae6 + bffcb88 commit 04e860f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
/* Retry on CI only */
retries: process.env.CI ? 2 : 0,
/* Opt out of parallel tests on CI. */
workers: 3,
workers: 1,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: [
["html"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ base.describe.serial("Test RBAC plugin as an admin user", () => {

base(
"As an RHDH admin, I want to be able to restrict access by using the Not condition to part of the plugin, so that some information is protected from unauthorized access.",
async ({ uiHelper, testId, rolesHelper, myPage }) => {
async ({ uiHelper, testId, rolesHelper }) => {
await rolesHelper.createRoleWithNotPermissionPolicy(testId.testRole);
await myPage.locator(HomePagePO.searchBar).waitFor({ state: "visible" });
await myPage.locator(HomePagePO.searchBar).fill(testId.testRole);
Expand Down

0 comments on commit 04e860f

Please sign in to comment.