Update dependency eslint from 8.57.1 to 9.16.0 - autoclosed #540
Annotations
2 errors and 1 notice
[firefox] › performanceMetrics.spec.ts:6:7 › exportPerformanceMetrics › exports performance metrics:
tests/performanceMetrics.spec.ts#L21
1) [firefox] › performanceMetrics.spec.ts:6:7 › exportPerformanceMetrics › exports performance metrics
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: -2
19 | expect(file[0].encodedBodySize).toBeGreaterThan(50)
20 | expect(file[0].encodedBodySize).toBeLessThan(500)
> 21 | expect(file[0].resourceLoadDuration).toBeGreaterThan(0)
| ^
22 |
23 | expect(file[1].label).toEqual('accessible')
24 | expect(file[1].encodedBodySize).toBeGreaterThan(50)
at /home/runner/actions-runner/_work/playwright-extra/playwright-extra/tests/performanceMetrics.spec.ts:21:42
|
Test & build
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[firefox] › performanceMetrics.spec.ts:6:7 › exportPerformanceMetrics › exports performance metrics
89 passed (43.2s)
|