chore: disable flaky test on Firefox

Issue: #7182
This commit is contained in:
Jan Scheffler 2021-05-03 10:17:15 +02:00 committed by Mathias Bynens
parent ad6b736039
commit a293b96952

View File

@ -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');