Improve CI pipeline INTER-180 #3
ci.yml
on: pull_request
Lint
15s
Unit tests
15s
Matrix: Playwright e2e tests
Annotations
1 error and 3 notices
[firefox] › personalization.spec.ts:55:7 › Personalization › should remember cart contents after reloading page:
e2e/personalization.spec.ts#L67
1) [firefox] › personalization.spec.ts:55:7 › Personalization › should remember cart contents after reloading page
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
65 | await page.reload();
66 |
> 67 | await expect.poll(() => cartItem.count()).toBe(1);
| ^
68 | await expect(cartItem.getByTestId(CART_ID.cartItemCount)).toHaveText('02');
69 | });
70 |
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/personalization.spec.ts:67:47
|
🎭 Playwright Run Summary
1 flaky
[firefox] › personalization.spec.ts:55:7 › Personalization › should remember cart contents after reloading page
26 passed (1.4m)
|
🎭 Playwright Run Summary
27 passed (1.7m)
|
🎭 Playwright Run Summary
27 passed (2.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
3.66 MB |
|