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",
|
||||
"revision": "2146",
|
||||
"revision": "2147",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"debian11-x64": "2105",
|
||||
|
|
|
@ -19,6 +19,7 @@ import { test as it, expect } from './pageTest';
|
|||
import { chromiumVersionLessThan } from '../config/utils';
|
||||
|
||||
it('should work @smoke', async ({ page, browserName, isMac }) => {
|
||||
it.skip(browserName === 'webkit' && isMac);
|
||||
await page.setContent(`
|
||||
<head>
|
||||
<title>Accessibility Test</title>
|
||||
|
|
Loading…
Reference in New Issue