fixed Bug: Admin Dashboard “Open” button does not URL‑encode slashes in pad names (#7865). #7876
Annotations
2 errors, 1 warning, and 1 notice
|
Run the frontend tests:
src/tests/frontend-new/specs/timeslider_follow.spec.ts#L48
2) [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
|
|
Run the frontend tests:
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
|
|
Run actions/upload-artifact@v7
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
Run the frontend tests
2 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
[firefox] › tests/frontend-new/specs/timeslider_follow.spec.ts:15:7 › timeslider follow › content as it's added to timeslider
1 skipped
221 passed (4.1m)
|
background
wait
wait-all
cancel
Loading