We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf46b22 commit d74c9daCopy full SHA for d74c9da
tests/e2e/markup.test.e2e.ts
@@ -5,7 +5,8 @@
5
import {expect} from '@playwright/test';
6
import {save_visual, test} from './utils_e2e.ts';
7
8
-test('markup with #xyz-mode-only', async ({page}) => {
+test('markup with #xyz-mode-only', async ({page}, workerInfo) => {
9
+ test.skip(['webkit', 'Mobile Safari'].includes(workerInfo.project.name), 'Newest version contains a regression');
10
const response = await page.goto('/user2/repo1/issues/1');
11
expect(response?.status()).toBe(200);
12
0 commit comments