Skip to content

Commit

Permalink
feat(webkit): roll to r1228 (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed May 14, 2020
1 parent 62ae079 commit 17286ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/playwright-webkit/browsers.json
Expand Up @@ -2,7 +2,7 @@
"browsers": [
{
"name": "webkit",
"revision": "1224"
"revision": "1228"
}
]
}
2 changes: 1 addition & 1 deletion packages/playwright/browsers.json
Expand Up @@ -10,7 +10,7 @@
},
{
"name": "webkit",
"revision": "1224"
"revision": "1228"
}
]
}
2 changes: 1 addition & 1 deletion test/download.spec.js
Expand Up @@ -57,7 +57,7 @@ describe('Download', function() {
expect(fs.readFileSync(path).toString()).toBe('Hello world');
await page.close();
});
it.fail(WEBKIT && WIN)('should report non-navigation downloads', async({browser, server}) => {
it('should report non-navigation downloads', async({browser, server}) => {
// Mac WebKit embedder does not download in this case, although Safari does.
server.setRoute('/download', (req, res) => {
res.setHeader('Content-Type', 'application/octet-stream');
Expand Down

0 comments on commit 17286ab

Please sign in to comment.