Skip to content

Commit 17286ab

Browse files
authored
feat(webkit): roll to r1228 (#2232)
1 parent 62ae079 commit 17286ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/playwright-webkit/browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"browsers": [
33
{
44
"name": "webkit",
5-
"revision": "1224"
5+
"revision": "1228"
66
}
77
]
88
}

packages/playwright/browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"name": "webkit",
13-
"revision": "1224"
13+
"revision": "1228"
1414
}
1515
]
1616
}

test/download.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('Download', function() {
5757
expect(fs.readFileSync(path).toString()).toBe('Hello world');
5858
await page.close();
5959
});
60-
it.fail(WEBKIT && WIN)('should report non-navigation downloads', async({browser, server}) => {
60+
it('should report non-navigation downloads', async({browser, server}) => {
6161
// Mac WebKit embedder does not download in this case, although Safari does.
6262
server.setRoute('/download', (req, res) => {
6363
res.setHeader('Content-Type', 'application/octet-stream');

0 commit comments

Comments
 (0)