-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
2
-
False
-
-
False
-
Release Note Not Required
-
-
-
RHDH Plugins 3271
Edit users and groups and update policies of a role from the overview page
e2e/plugins/rbac/rbac.spec.ts:293
TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByText('Role role:default/test-role1 updated successfully', { exact: true }).first() to be visible at utils/ui-helper.ts:248 246 | : this.page.getByText(text, { exact }).first(); 247 | > 248 | await elementLocator.waitFor({ state: "visible" }); | ^ 249 | await elementLocator.waitFor({ state: "attached" }); 250 | 251 | try { at UIhelper.verifyTextInLocator (/tmp/rhdh/e2e-tests/playwright/utils/ui-helper.ts:248:26) at UIhelper.verifyText (/tmp/rhdh/e2e-tests/playwright/utils/ui-helper.ts:236:16) at /tmp/rhdh/e2e-tests/playwright/e2e/plugins/rbac/rbac.spec.ts:346:22