remove /scrollmirror endpoint #19
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 1 notice
[chromium] › features.spec.ts:9:3 › Features › should mirror vertical scroll positions:
tests/e2e/tests/features.spec.ts#L1
1) [chromium] › features.spec.ts:9:3 › Features › should mirror vertical scroll positions ────────
Test timeout of 10000ms exceeded.
|
[chromium] › features.spec.ts:9:3 › Features › should mirror vertical scroll positions:
tests/e2e/tests/features.spec.ts#L11
1) [chromium] › features.spec.ts:9:3 › Features › should mirror vertical scroll positions ────────
Error: locator.scrollIntoViewIfNeeded: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByTestId('first-vertical')
9 | test("should mirror vertical scroll positions", async ({ page }) => {
10 | page.setViewportSize({ width: 1000, height: 1000 });
> 11 | await page.getByTestId("first-vertical").scrollIntoViewIfNeeded();
| ^
12 | await scrollToEnd(page, "first-vertical");
13 | await sleep(1000);
14 | expect(page.getByTestId("third-vertical_tile--last")).toBeInViewport();
at /home/runner/work/scrollmirror/scrollmirror/tests/e2e/tests/features.spec.ts:11:46
|
[chromium] › features.spec.ts:9:3 › Features › should mirror vertical scroll positions:
tests/e2e/tests/features.spec.ts#L1
1) [chromium] › features.spec.ts:9:3 › Features › should mirror vertical scroll positions ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
[chromium] › features.spec.ts:9:3 › Features › should mirror vertical scroll positions:
tests/e2e/tests/features.spec.ts#L11
1) [chromium] › features.spec.ts:9:3 › Features › should mirror vertical scroll positions ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.scrollIntoViewIfNeeded: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByTestId('first-vertical')
9 | test("should mirror vertical scroll positions", async ({ page }) => {
10 | page.setViewportSize({ width: 1000, height: 1000 });
> 11 | await page.getByTestId("first-vertical").scrollIntoViewIfNeeded();
| ^
12 | await scrollToEnd(page, "first-vertical");
13 | await sleep(1000);
14 | expect(page.getByTestId("third-vertical_tile--last")).toBeInViewport();
at /home/runner/work/scrollmirror/scrollmirror/tests/e2e/tests/features.spec.ts:11:46
|
[chromium] › features.spec.ts:17:3 › Features › should mirror horizontal scroll positions:
tests/e2e/tests/features.spec.ts#L1
2) [chromium] › features.spec.ts:17:3 › Features › should mirror horizontal scroll positions ─────
Test timeout of 10000ms exceeded.
|
[chromium] › features.spec.ts:17:3 › Features › should mirror horizontal scroll positions:
tests/e2e/tests/features.spec.ts#L19
2) [chromium] › features.spec.ts:17:3 › Features › should mirror horizontal scroll positions ─────
Error: locator.scrollIntoViewIfNeeded: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByTestId('third-horizontal')
17 | test("should mirror horizontal scroll positions", async ({ page }) => {
18 | page.setViewportSize({ width: 1000, height: 1000 });
> 19 | await page.getByTestId("third-horizontal").scrollIntoViewIfNeeded();
| ^
20 | await scrollToEnd(page, "first-horizontal");
21 | await sleep(1000);
22 | await expect(page.getByTestId("third-horizontal_tile--last")).toBeInViewport();
at /home/runner/work/scrollmirror/scrollmirror/tests/e2e/tests/features.spec.ts:19:48
|
[chromium] › features.spec.ts:17:3 › Features › should mirror horizontal scroll positions:
tests/e2e/tests/features.spec.ts#L1
2) [chromium] › features.spec.ts:17:3 › Features › should mirror horizontal scroll positions ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
[chromium] › features.spec.ts:17:3 › Features › should mirror horizontal scroll positions:
tests/e2e/tests/features.spec.ts#L19
2) [chromium] › features.spec.ts:17:3 › Features › should mirror horizontal scroll positions ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.scrollIntoViewIfNeeded: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByTestId('third-horizontal')
17 | test("should mirror horizontal scroll positions", async ({ page }) => {
18 | page.setViewportSize({ width: 1000, height: 1000 });
> 19 | await page.getByTestId("third-horizontal").scrollIntoViewIfNeeded();
| ^
20 | await scrollToEnd(page, "first-horizontal");
21 | await sleep(1000);
22 | await expect(page.getByTestId("third-horizontal_tile--last")).toBeInViewport();
at /home/runner/work/scrollmirror/scrollmirror/tests/e2e/tests/features.spec.ts:19:48
|
[chromium] › features.spec.ts:25:3 › Features › should mirror positions in both directions:
tests/e2e/tests/features.spec.ts#L1
3) [chromium] › features.spec.ts:25:3 › Features › should mirror positions in both directions ────
Test timeout of 10000ms exceeded.
|
[chromium] › features.spec.ts:25:3 › Features › should mirror positions in both directions:
tests/e2e/tests/features.spec.ts#L30
3) [chromium] › features.spec.ts:25:3 › Features › should mirror positions in both directions ────
Error: locator.scrollIntoViewIfNeeded: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByTestId('first-both')
28 | }) => {
29 | page.setViewportSize({ width: 1000, height: 1000 });
> 30 | await page.getByTestId("first-both").scrollIntoViewIfNeeded();
| ^
31 | await scrollToEnd(page, "first-both");
32 | await sleep(2000);
33 | await expect(page.getByTestId("third-both_tile--last")).toBeInViewport();
at /home/runner/work/scrollmirror/scrollmirror/tests/e2e/tests/features.spec.ts:30:42
|
🎭 Playwright Run Summary
5 failed
[chromium] › features.spec.ts:9:3 › Features › should mirror vertical scroll positions ─────────
[chromium] › features.spec.ts:17:3 › Features › should mirror horizontal scroll positions ──────
[chromium] › features.spec.ts:25:3 › Features › should mirror positions in both directions ─────
[firefox] › features.spec.ts:9:3 › Features › should mirror vertical scroll positions ──────────
[firefox] › features.spec.ts:17:3 › Features › should mirror horizontal scroll positions ───────
4 did not run
|