shutdown async tasks 2 #8898
Annotations
1 error and 1 notice
Run e2e tests:
test/e2e/tests/navigation.spec.js#L307
1) [webkit] › tests/navigation.spec.js:294:1 › scrolls hash el into view after live navigation (issue #3452)
Error: expect(received).not.toBe(expected) // Object.is equality
Expected: not 0
305 | const offset =
306 | (await page.locator("#items-item-42").evaluate((el) => el.offsetTop)) - 200;
> 307 | expect(scrollTop).not.toBe(0);
| ^
308 | expect(scrollTop).toBeGreaterThanOrEqual(offset - 500);
309 | expect(scrollTop).toBeLessThanOrEqual(offset + 500);
310 | });
at /__w/phoenix_live_view/phoenix_live_view/test/e2e/tests/navigation.spec.js:307:25
|
Run e2e tests
1 flaky
[webkit] › tests/navigation.spec.js:294:1 › scrolls hash el into view after live navigation (issue #3452)
3 skipped
452 passed (3.8m)
|
Loading