Skip to content

Commit

Permalink
chore: disable flaky test on Firefox (#7207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschfflr committed May 5, 2021
1 parent 476e925 commit 8126101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/elementhandle.spec.ts
Expand Up @@ -171,7 +171,8 @@ describe('ElementHandle specs', function () {
});

describe('ElementHandle.click', function () {
it('should work', async () => {
// See https://github.com/puppeteer/puppeteer/issues/7175
itFailsFirefox('should work', async () => {
const { page, server } = getTestState();

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

0 comments on commit 8126101

Please sign in to comment.