build(deps): bump tsx from 4.22.3 to 4.22.4 #8478
frontend-tests.yml
on: push
Playwright Chrome
3m 39s
Playwright Firefox
5m 5s
Playwright Chrome with plugins
4m 22s
Playwright Firefox with plugins
5m 56s
Annotations
5 errors, 4 warnings, and 4 notices
|
[firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship:
src/tests/frontend-new/specs/clear_authorship_color.spec.ts#L70
1) [firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('#innerdocbody').locator('div span').first()
Expected pattern: /author-/
Received string: ""
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for locator('#innerdocbody').locator('div span').first()
14 × locator resolved to <span class="">Hello</span>
- unexpected value ""
68 |
69 | // verify authorship is restored and user is not disconnected
> 70 | await expect(padBody.locator('div span').first()).toHaveAttribute('class', /author-/, {timeout: 5000});
| ^
71 | const disconnected = page.locator('.disconnected, .unreachable');
72 | await expect(disconnected).not.toBeVisible();
73 | });
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/clear_authorship_color.spec.ts:70:53
|
|
[firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship:
src/tests/frontend-new/specs/clear_authorship_color.spec.ts#L70
1) [firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('#innerdocbody').locator('div span').first()
Expected pattern: /author-/
Received string: ""
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for locator('#innerdocbody').locator('div span').first()
14 × locator resolved to <span class="">Hello</span>
- unexpected value ""
68 |
69 | // verify authorship is restored and user is not disconnected
> 70 | await expect(padBody.locator('div span').first()).toHaveAttribute('class', /author-/, {timeout: 5000});
| ^
71 | const disconnected = page.locator('.disconnected, .unreachable');
72 | await expect(disconnected).not.toBeVisible();
73 | });
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/clear_authorship_color.spec.ts:70:53
|
|
[chromium] › tests/frontend-new/specs/undo_redo_scroll.spec.ts:31:7 › Undo scroll-to-caret (#7007) › Ctrl+Z scrolls viewport up when the caret lands above the view:
src/tests/frontend-new/specs/undo_redo_scroll.spec.ts#L74
1) [chromium] › tests/frontend-new/specs/undo_redo_scroll.spec.ts:31:7 › Undo scroll-to-caret (#7007) › Ctrl+Z scrolls viewport up when the caret lands above the view
Error: expect(received).toBeLessThan(expected)
Expected: < 578
Received: 578
72 | // Pre-fix: scrollAfter ≈ scrollBefore (no scroll).
73 | // Fixed: scrollAfter < scrollBefore (viewport moved up toward the caret).
> 74 | expect(scrollAfter).toBeLessThan(scrollBefore);
| ^
75 | });
76 |
77 | test('Ctrl+Z scrolls viewport down when the caret lands below the view', async function ({page}) {
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/undo_redo_scroll.spec.ts:74:25
|
|
[firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship:
src/tests/frontend-new/specs/clear_authorship_color.spec.ts#L70
1) [firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('#innerdocbody').locator('div span').first()
Expected pattern: /author-/
Received string: ""
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for locator('#innerdocbody').locator('div span').first()
14 × locator resolved to <span class="">Hello</span>
- unexpected value ""
68 |
69 | // verify authorship is restored and user is not disconnected
> 70 | await expect(padBody.locator('div span').first()).toHaveAttribute('class', /author-/, {timeout: 5000});
| ^
71 | const disconnected = page.locator('.disconnected, .unreachable');
72 | await expect(disconnected).not.toBeVisible();
73 | });
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/clear_authorship_color.spec.ts:70:53
|
|
[firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship:
src/tests/frontend-new/specs/clear_authorship_color.spec.ts#L70
1) [firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('#innerdocbody').locator('div span').first()
Expected pattern: /author-/
Received string: ""
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for locator('#innerdocbody').locator('div span').first()
14 × locator resolved to <span class="">Hello</span>
- unexpected value ""
68 |
69 | // verify authorship is restored and user is not disconnected
> 70 | await expect(padBody.locator('div span').first()).toHaveAttribute('class', /author-/, {timeout: 5000});
| ^
71 | const disconnected = page.locator('.disconnected, .unreachable');
72 | await expect(disconnected).not.toBeVisible();
73 | });
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/clear_authorship_color.spec.ts:70:53
|
|
Playwright Chrome
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 Chrome with plugins
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 Run Summary
1 skipped
222 passed (2.7m)
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship
2 skipped
247 passed (4.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/frontend-new/specs/undo_redo_scroll.spec.ts:31:7 › Undo scroll-to-caret (#7007) › Ctrl+Z scrolls viewport up when the caret lands above the view
2 skipped
247 passed (3.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship
1 skipped
221 passed (4.2m)
|