feat(updater): tier 3 — auto update with grace window (#7607) (#7720) #7789
frontend-tests.yml
on: push
Playwright Chrome
3m 38s
Playwright Firefox
4m 33s
Playwright Chrome with plugins
5m 49s
Playwright Firefox with plugins
9m 19s
Annotations
2 errors, 4 warnings, and 4 notices
|
[firefox] › tests/frontend-new/specs/timeslider_follow.spec.ts:15:7 › timeslider follow › content as it's added to timeslider:
src/tests/frontend-new/specs/timeslider_follow.spec.ts#L48
1) [firefox] › tests/frontend-new/specs/timeslider_follow.spec.ts:15:7 › timeslider follow › content as it's added to timeslider
Error: expect(received).toBeLessThanOrEqual(expected)
Expected: <= -134
Received: 0
46 | });
47 |
> 48 | expect(currentOffset).toBeLessThanOrEqual(originalTop);
| ^
49 | });
50 |
51 | /**
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/timeslider_follow.spec.ts:48:27
|
|
[chromium] › tests/frontend-new/specs/enter.spec.ts:33:7 › enter keystroke › enter is always visible after event:
src/tests/frontend-new/specs/enter.spec.ts#L68
1) [chromium] › tests/frontend-new/specs/enter.spec.ts:33:7 › enter keystroke › enter is always visible after event
Error: expect(received).toBeGreaterThan(expected)
Expected: > 731
Received: 720
66 | const windowHeight = await scrolledWindow.evaluate(() => window.innerHeight);
67 |
> 68 | expect(windowOffset + windowHeight).toBeGreaterThan(bottomOfLastLine);
| ^
69 | });
70 | });
71 |
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/enter.spec.ts:68:41
|
|
Playwright Chrome
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
Playwright Firefox
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
Playwright Chrome with plugins
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
Playwright Firefox with plugins
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 skipped
205 passed (2.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › tests/frontend-new/specs/timeslider_follow.spec.ts:15:7 › timeslider follow › content as it's added to timeslider
1 skipped
204 passed (3.5m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/frontend-new/specs/enter.spec.ts:33:7 › enter keystroke › enter is always visible after event
2 skipped
230 passed (3.0m)
|
|
🎭 Playwright Run Summary
2 skipped
231 passed (4.2m)
|