diff --git a/tests/headful.spec.ts b/tests/headful.spec.ts index fdd19505bd..a1570f770a 100644 --- a/tests/headful.spec.ts +++ b/tests/headful.spec.ts @@ -183,7 +183,7 @@ it('Page.bringToFront should work', async ({ browserType, browserOptions }) => { await browser.close(); }); -it('should click in OOPIF', async ({ browserName, browserType, browserOptions, createUserDataDir, server }) => { +it.skip('should click in OOPIF', async ({ browserName, browserType, browserOptions, createUserDataDir, server }) => { it.fixme(browserName === 'chromium'); server.setRoute('/empty.html', (req, res) => { res.writeHead(200, { 'Content-Type': 'text/html' }); @@ -204,7 +204,7 @@ it('should click in OOPIF', async ({ browserName, browserType, browserOptions, c expect(consoleLog).toContain('ok'); }); -it('should click bottom row w/ infobar in OOPIF', async ({ browserType, browserOptions, createUserDataDir, server }) => { +it.skip('should click bottom row w/ infobar in OOPIF', async ({ browserType, browserOptions, createUserDataDir, server }) => { server.setRoute('/empty.html', (req, res) => { res.writeHead(200, { 'Content-Type': 'text/html' }); res.end(` diff --git a/tests/inspector/cli-codegen-1.spec.ts b/tests/inspector/cli-codegen-1.spec.ts index 4e07ef486b..ed27f426a5 100644 --- a/tests/inspector/cli-codegen-1.spec.ts +++ b/tests/inspector/cli-codegen-1.spec.ts @@ -212,7 +212,7 @@ test.describe('cli codegen', () => { // Sanity check that selector does not match our highlight. const divContents = await page.$eval(selector, div => div.outerHTML); - expect(divContents).toBe(`