Browse Source

refactor(playwright): remove `only` from test

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4134/head
Pranav C 2 years ago
parent
commit
22a9c0e1cf
  1. 2
      tests/playwright/tests/authChangePassword.spec.ts

2
tests/playwright/tests/authChangePassword.spec.ts

@ -18,7 +18,7 @@ test.describe('Auth', () => {
settings = dashboard.settings;
});
test.only('Change password', async ({ page }) => {
test('Change password', async ({ page }) => {
await dashboard.closeTab({ title: 'Team & Auth' });
await dashboard.gotoSettings();
await settings.selectTab({ tab: SettingTab.TeamAuth });

Loading…
Cancel
Save