From a732588a16fe534f52d5448ae69c8cd04e28958e Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 19 Jun 2024 16:00:49 -0700 Subject: [PATCH] typo --- tests/library/global-fetch.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/library/global-fetch.spec.ts b/tests/library/global-fetch.spec.ts index b405f4d2b1..264df5c619 100644 --- a/tests/library/global-fetch.spec.ts +++ b/tests/library/global-fetch.spec.ts @@ -484,7 +484,7 @@ it('should throw after dispose', async ({ playwright, server }) => { await expect(request.get(server.EMPTY_PAGE)).rejects.toThrow('Target page, context or browser has been closed'); }); -it('should retrty ECONNRESET', { +it('should retry ECONNRESET', { annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30978' } }, async ({ context, server }) => { let requestCount = 0;