mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-11 12:33:45 +03:00
parent
e41b21dc7b
commit
8a09d6dc0b
@ -254,7 +254,6 @@ it('window.GestureEvent in WebKit', async ({ page, server, browserName }) => {
|
||||
it('requestFullscreen', async ({ page, server, browserName, headless, isLinux }) => {
|
||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/22832' });
|
||||
it.fixme(browserName === 'chromium' && headless, 'fullscreenchange is not fired in headless Chromium');
|
||||
it.fixme(browserName === 'webkit');
|
||||
await page.goto(server.EMPTY_PAGE);
|
||||
await page.evaluate(() => {
|
||||
const result = new Promise(resolve => document.addEventListener('fullscreenchange', resolve));
|
||||
|
Loading…
Reference in New Issue
Block a user