diff --git a/tests/playwright/tests/db/users&Accounts/accountUserManagement.spec.ts b/tests/playwright/tests/db/users&Accounts/accountUserManagement.spec.ts index 37f6bd2446..fa2678a1c2 100644 --- a/tests/playwright/tests/db/users&Accounts/accountUserManagement.spec.ts +++ b/tests/playwright/tests/db/users&Accounts/accountUserManagement.spec.ts @@ -41,7 +41,6 @@ test.describe('User roles', () => { }); await accountUsersPage.closeInvite(); await signupAndVerify(i); - await accountPage.rootPage.reload({ waitUntil: 'load' }); await accountUsersPage.goto(); }