mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: mark failing test as fixme (#5397)
The test has been failing since recently: http://flaky.aslushnikov.com#commits=20×tamp=1612958811899&filter_spec=popups+2
This commit is contained in:
parent
c12374ea07
commit
d21d24486c
@ -49,7 +49,9 @@ it('should emit for immediately closed popups', async ({browser}) => {
|
||||
await context.close();
|
||||
});
|
||||
|
||||
it('should emit for immediately closed popups 2', async ({page, server}) => {
|
||||
it('should emit for immediately closed popups 2', (test, {browserName, video}) => {
|
||||
test.fixme(browserName === 'firefox' && video);
|
||||
}, async ({page, server}) => {
|
||||
await page.goto(server.EMPTY_PAGE);
|
||||
const [popup] = await Promise.all([
|
||||
page.waitForEvent('popup'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user