ci/e2e tests against mobile (#55347)

Co-authored-by: sembauke <semboot699@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2024-07-03 06:45:35 +02:00
committed by GitHub
parent 65ee5c656c
commit 5b62ec7137
15 changed files with 133 additions and 56 deletions
+1
View File
@@ -4,6 +4,7 @@ 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 }) => {
await page.goto(
'/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-2'