mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
feat(webkit): roll to r1707 (#16668)
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
00ba305152
commit
1154fffd8b
@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1706",
|
||||
"revision": "1707",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
@ -156,7 +156,6 @@ it('page.reload should work with same origin redirect', async ({ page, server })
|
||||
|
||||
it('page.reload should work with cross-origin redirect', async ({ page, server, browserName }) => {
|
||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/16147' });
|
||||
it.fixme(browserName === 'webkit');
|
||||
await page.goto(server.EMPTY_PAGE);
|
||||
server.setRedirect('/empty.html', server.CROSS_PROCESS_PREFIX + '/title.html');
|
||||
await page.reload();
|
||||
|
Loading…
Reference in New Issue
Block a user