From 49a54cfc93947a313427f6aa39512c644c9ae001 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Thu, 22 Apr 2021 09:55:49 +0200 Subject: [PATCH] chore: enable firefox reconnection spec (#7114) --- test/launcher.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/launcher.spec.ts b/test/launcher.spec.ts index 1a56b5428e5..864cebdaa0c 100644 --- a/test/launcher.spec.ts +++ b/test/launcher.spec.ts @@ -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();