You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/playwright-test/retry.spec.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -260,5 +260,5 @@ test('failed and skipped on retry should be marked as flaky', async ({ runInline
260
260
expect(result.failed).toBe(0);
261
261
expect(result.flaky).toBe(1);
262
262
expect(result.output).toContain('Failed on first run');
263
-
expect(result.report.suites[0].specs[0].tests[0].results[1].annotations).toEqual([{type: 'skip',description: 'Skipped on first retry',location: expect.anything()}]);
263
+
expect(result.report.suites[0].specs[0].tests[0].annotations).toEqual([{type: 'skip',description: 'Skipped on first retry',location: expect.anything()}]);
0 commit comments