diff --git a/tests/playwright/tests/db/accountUserManagement.spec.ts b/tests/playwright/tests/db/accountUserManagement.spec.ts index 476bf62e72..bbe749fe9a 100644 --- a/tests/playwright/tests/db/accountUserManagement.spec.ts +++ b/tests/playwright/tests/db/accountUserManagement.spec.ts @@ -28,7 +28,7 @@ test.describe('User roles', () => { projectsPage = new ProjectsPage(accountPage.rootPage); }); - test.only('Invite user, update role and delete user', async () => { + test('Invite user, update role and delete user', async () => { test.slow(); await accountUsersPage.goto();