feat(webkit): roll to r2147 (#35164)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
3b9515e7ef
commit
cc4045e850
|
@ -39,7 +39,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "2146",
|
"revision": "2147",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"debian11-x64": "2105",
|
"debian11-x64": "2105",
|
||||||
|
|
|
@ -19,6 +19,7 @@ import { test as it, expect } from './pageTest';
|
||||||
import { chromiumVersionLessThan } from '../config/utils';
|
import { chromiumVersionLessThan } from '../config/utils';
|
||||||
|
|
||||||
it('should work @smoke', async ({ page, browserName, isMac }) => {
|
it('should work @smoke', async ({ page, browserName, isMac }) => {
|
||||||
|
it.skip(browserName === 'webkit' && isMac);
|
||||||
await page.setContent(`
|
await page.setContent(`
|
||||||
<head>
|
<head>
|
||||||
<title>Accessibility Test</title>
|
<title>Accessibility Test</title>
|
||||||
|
|
Loading…
Reference in New Issue