chore: disable flaky test on Firefox (#7207)

This commit is contained in:
Jan Scheffler 2021-05-05 14:21:14 +02:00 committed by GitHub
parent 476e9259fe
commit 8126101980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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