chore: enable firefox reconnection spec (#7114)

This commit is contained in:
Henrik Skupin 2021-04-22 09:55:49 +02:00 committed by GitHub
parent 0fa0a34802
commit 49a54cfc93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -587,8 +587,7 @@ describe('Launcher specs', function () {
await browserOne.close();
}
);
// @see https://github.com/puppeteer/puppeteer/issues/6527
itFailsFirefox('should be able to reconnect', async () => {
it('should be able to reconnect', async () => {
const { puppeteer, server } = getTestState();
const browserOne = await puppeteer.launch();
const browserWSEndpoint = browserOne.wsEndpoint();