π #323
Annotations
2 errors, 2 warnings, and 1 notice
[chromium] βΊ app.spec.ts:60:5 βΊ Should be able to move slider:
packages/e2e/tests/app.spec.ts#L93
1) [chromium] βΊ app.spec.ts:60:5 βΊ Should be able to move slider βββββββββββββββββββββββββββββββββ
Error: expect(received).toBe(expected) // Object.is equality
Expected: "February 2 at 5:30β―AM"
Received: "February 2 at 5:00β―AM"
91 | {
92 | const date = await flyingDateLocator.textContent();
> 93 | expect(date).toBe("February 2 at 5:30β―AM");
| ^
94 | }
95 |
96 | await expect(page.getByLabel("avatar in the pose night")).toBeVisible();
at /home/runner/work/timezone-rocks/timezone-rocks/packages/e2e/tests/app.spec.ts:93:18
|
e2e / e2e (1/1, chromium)
Process completed with exit code 1.
|
main
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cloudflare/pages-action@1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e / e2e (1/1, chromium)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
π Playwright Run Summary
1 failed
[chromium] βΊ app.spec.ts:60:5 βΊ Should be able to move slider ββββββββββββββββββββββββββββββββββ
2 passed (12.6s)
|