Browse Source

chore(tests): remove only

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
cf9f4c6e8c
  1. 2
      tests/playwright/tests/db/accountUserManagement.spec.ts

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

Loading…
Cancel
Save