chore: set default login state playwright (#57277)

This commit is contained in:
Sem Bauke
2024-11-22 19:52:01 +01:00
committed by GitHub
parent 6d5aeefbfa
commit f1b2a08691
60 changed files with 70 additions and 150 deletions
-1
View File
@@ -2,7 +2,6 @@ import { test, expect } from '@playwright/test';
import { getEditors } from './utils/editor';
test.use({ storageState: 'playwright/.auth/certified-user.json' });
test.describe('Challenge with editor', function () {
test.skip(({ isMobile }) => isMobile);
test('the shortcut "Ctrl + S" saves the code', async ({ page }) => {