diff --git a/tests/playwright/tests/db/usersAccounts/accountUserManagement.spec.ts b/tests/playwright/tests/db/usersAccounts/accountUserManagement.spec.ts index 7e1ee8f115..3688d9a1ba 100644 --- a/tests/playwright/tests/db/usersAccounts/accountUserManagement.spec.ts +++ b/tests/playwright/tests/db/usersAccounts/accountUserManagement.spec.ts @@ -62,7 +62,7 @@ test.describe('User roles', () => { await unsetup(context); }); - test.only('Invite user, update role and delete user', async () => { + test('Invite user, update role and delete user', async () => { test.slow(); await accountUsersPage.goto({ waitForResponse: false });