Browse Source

feat(testing): Enabled baseShare and rolesPreview tests

pull/4278/head
Muhammed Mustafa 2 years ago
parent
commit
b5dd94bba1
  1. 2
      scripts/playwright/tests/baseShare.spec.ts
  2. 2
      scripts/playwright/tests/rolesPreview.spec.ts

2
scripts/playwright/tests/baseShare.spec.ts

@ -54,7 +54,7 @@ test.describe('Shared base', () => {
loginPage = new LoginPage(page);
});
test.skip('#1', async () => {
test('#1', async () => {
// close 'Team & Auth' tab
await dashboard.closeTab({ title: 'Team & Auth' });

2
scripts/playwright/tests/rolesPreview.spec.ts

@ -22,7 +22,7 @@ test.describe('Preview Mode', () => {
settings = dashboard.settings;
});
test.skip('Preview Mode', async () => {
test('Preview Mode', async () => {
// close 'Team & Auth' tab
await dashboard.closeTab({ title: 'Team & Auth' });

Loading…
Cancel
Save