Browse Source

fix: test.only:

pull/6459/head
sreehari jayaraj 1 year ago
parent
commit
1ec927133e
  1. 2
      tests/playwright/tests/db/usersAccounts/accountUserManagement.spec.ts

2
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 });

Loading…
Cancel
Save