All checks #19
Annotations
1 error and 1 notice
Run Tests:
apps/web/playwright/insights.e2e.ts#L81
1) [@***com/web] › apps/web/playwright/insights.e2e.ts:69:7 › Insights › should be able to go to insights as admins
Error: expect(received).toContain(expected) // indexOf
Expected substring: "isAll=false"
Received string: "http://***:3000/insights"
79 |
80 | // expect url to have isAll and TeamId in query params
> 81 | expect(page.url()).toContain("isAll=false");
| ^
82 | expect(page.url()).toContain("teamId=");
83 | });
84 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/insights.e2e.ts:81:24
|
Run Tests
1 flaky
[@***com/web] › apps/web/playwright/insights.e2e.ts:69:7 › Insights › should be able to go to insights as admins
9 skipped
93 passed (5.4m)
|
Loading