This commit is contained in:
Yury Semikhatsky 2024-06-19 16:00:49 -07:00
parent 07b3d60efa
commit a732588a16

View file

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