Skip to content

Commit

Permalink
Merge branch 'main' into drop-node-10
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed May 3, 2021
2 parents ac1e223 + 129c3bb commit e363ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/click.spec.ts
Expand Up @@ -239,7 +239,8 @@ describe('Page.click', function () {
)
).toBe('clicked');
});
it('should double click the button', async () => {
// See https://github.com/puppeteer/puppeteer/issues/7175
itFailsFirefox('should double click the button', async () => {
const { page, server } = getTestState();

await page.goto(server.PREFIX + '/input/button.html');
Expand Down

0 comments on commit e363ca1

Please sign in to comment.