test: mark 'should fire close event' as fixme in MSEdge (#26712)
https://github.com/microsoft/playwright/issues/26711 --------- Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
4bf5b091d5
commit
feac31dbdc
|
|
@ -80,7 +80,9 @@ it.describe('launch server', () => {
|
||||||
await browserServer.close();
|
await browserServer.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should fire close event', async ({ browserType }) => {
|
it('should fire close event', async ({ browserType, channel }) => {
|
||||||
|
it.fixme(channel?.startsWith('msedge'), 'https://github.com/microsoft/playwright/issues/26711');
|
||||||
|
|
||||||
const browserServer = await browserType.launchServer();
|
const browserServer = await browserType.launchServer();
|
||||||
const [result] = await Promise.all([
|
const [result] = await Promise.all([
|
||||||
// @ts-expect-error The signal parameter is not documented.
|
// @ts-expect-error The signal parameter is not documented.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue