mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test(electron): revert bogus fix
This commit is contained in:
parent
13762c82f9
commit
067d5ac81a
@ -519,7 +519,7 @@ it('should emit event after navigation', async ({ page, server, browserName, bro
|
||||
});
|
||||
|
||||
it('should trigger listener added before navigation', async ({ page, server , browserMajorVersion, isElectron }) => {
|
||||
it.skip(isElectron || browserMajorVersion <= 17);
|
||||
it.skip(isElectron && browserMajorVersion <= 17);
|
||||
// Add listener before cross process navigation.
|
||||
const chooserPromise = new Promise(f => page.once('filechooser', f));
|
||||
await page.goto(server.PREFIX + '/empty.html');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user