From b5dd94bba1da278454dde10d12fabe57b376fd5a Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Fri, 4 Nov 2022 17:28:12 +0530 Subject: [PATCH] feat(testing): Enabled baseShare and rolesPreview tests --- scripts/playwright/tests/baseShare.spec.ts | 2 +- scripts/playwright/tests/rolesPreview.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/playwright/tests/baseShare.spec.ts b/scripts/playwright/tests/baseShare.spec.ts index b6290519ca..7b49699a5d 100644 --- a/scripts/playwright/tests/baseShare.spec.ts +++ b/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' }); diff --git a/scripts/playwright/tests/rolesPreview.spec.ts b/scripts/playwright/tests/rolesPreview.spec.ts index 8c12c4a88f..c60ba81dfe 100644 --- a/scripts/playwright/tests/rolesPreview.spec.ts +++ b/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' });