mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: set default login state playwright (#57277)
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user