parent
ad6b736039
commit
a293b96952
@ -239,7 +239,8 @@ describe('Page.click', function () {
|
|||||||
)
|
)
|
||||||
).toBe('clicked');
|
).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();
|
const { page, server } = getTestState();
|
||||||
|
|
||||||
await page.goto(server.PREFIX + '/input/button.html');
|
await page.goto(server.PREFIX + '/input/button.html');
|
||||||
|
Loading…
Reference in New Issue
Block a user