Skip to content

Commit

Permalink
feat(webkit): roll webkit to 1184 (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed Mar 30, 2020
1 parent fdc3612 commit d130479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"playwright": {
"chromium_revision": "751710",
"firefox_revision": "1062",
"webkit_revision": "1182"
"webkit_revision": "1184"
},
"scripts": {
"ctest": "cross-env BROWSER=chromium node test/test.js",
Expand Down
2 changes: 1 addition & 1 deletion test/accessibility.spec.js
Expand Up @@ -85,7 +85,7 @@ module.exports.describe = function({testRunner, expect, FFOX, CHROMIUM, WEBKIT,
};
expect(await page.accessibility.snapshot()).toEqual(golden);
});
it.fail(WEBKIT && !MAC)('should work with regular text', async({page}) => {
it('should work with regular text', async({page}) => {
await page.setContent(`<div>Hello World</div>`);
const snapshot = await page.accessibility.snapshot();
expect(snapshot.children[0]).toEqual({
Expand Down

0 comments on commit d130479

Please sign in to comment.