From df7225f296fa318063235d2eac81b7ed0de73772 Mon Sep 17 00:00:00 2001 From: Nil Gallego Date: Mon, 20 Jan 2025 09:49:00 +0100 Subject: [PATCH] force click --- e2e-tests/playwright/e2e/plugins/rbac/rbac.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e2e-tests/playwright/e2e/plugins/rbac/rbac.spec.ts b/e2e-tests/playwright/e2e/plugins/rbac/rbac.spec.ts index 47db49f4f5..79fba4a6d2 100644 --- a/e2e-tests/playwright/e2e/plugins/rbac/rbac.spec.ts +++ b/e2e-tests/playwright/e2e/plugins/rbac/rbac.spec.ts @@ -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",