Browse Source

test(playwright): signout before going to signup page

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

4
tests/playwright/tests/accountUserSettings.spec.ts

@ -46,11 +46,13 @@ test.describe('App settings', () => {
await accountSettingsPage.toggleInviteOnlyCheckbox();
await accountSettingsPage.checkInviteOnlySignupCheckbox(false);
await accountPage.signOut();
await signupPage.goto();
await signupPage.signUp({
email: 'test-user-1@nocodb.com',
password: 'Password123.'
password: 'Password123.',
});
});
});

Loading…
Cancel
Save