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' });