Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
force click
Browse files Browse the repository at this point in the history
nilgaar committed Jan 20, 2025
1 parent a1ca23c commit df7225f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e-tests/playwright/e2e/plugins/rbac/rbac.spec.ts
Original file line number Diff line number Diff line change
@@ -279,7 +279,9 @@ test.describe.serial("Test RBAC", () => {
matchNextButton2 = await nextButton2.all();
attempts++;
} while (matchNextButton2.length > 1 && attempts < 5);
nextButton2.click();
nextButton2.click({
force: true,
});
await uiHelper.clickButton("Save");
await uiHelper.verifyText(
"Role role:default/test-role1 updated successfully",

0 comments on commit df7225f

Please sign in to comment.