Improve CI pipeline INTER-180 #3
Annotations
1 error and 1 notice
Run Playwright tests:
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
|
Run Playwright tests
1 flaky
[firefox] › personalization.spec.ts:55:7 › Personalization › should remember cart contents after reloading page
26 passed (1.4m)
|
The logs for this run have expired and are no longer available.
Loading