docs: align docker-compose env docs with #7907 (required credentials, TRUST_PROXY default) #8547
frontend-tests.yml
on: pull_request
Playwright Chrome
3m 58s
Playwright Firefox
5m 21s
Playwright Chrome with plugins
4m 16s
Playwright Firefox with plugins
6m 1s
Annotations
3 errors, 4 warnings, and 4 notices
|
[firefox] › tests/frontend-new/specs/embed_value.spec.ts:138:9 › embed links › URL encoding of pad names › share link encodes special characters in pad name:
src/tests/frontend-new/specs/embed_value.spec.ts#L146
2) [firefox] › tests/frontend-new/specs/embed_value.spec.ts:138:9 › embed links › URL encoding of pad names › share link encodes special characters in pad name
Error: expect(received).toContain(expected) // indexOf
Expected substring: "test%2Fencoding"
Received string: ""
144 |
145 | const shareLink = await page.locator('#linkinput').inputValue();
> 146 | expect(shareLink).toContain(padName);
| ^
147 | });
148 | })
149 | })
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/embed_value.spec.ts:146: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 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 Firefox with plugins
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 skipped
232 passed (2.8m)
|
|
🎭 Playwright Run Summary
2 skipped
258 passed (3.0m)
|
|
🎭 Playwright Run Summary
1 skipped
232 passed (4.2m)
|
|
🎭 Playwright Run Summary
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/embed_value.spec.ts:138:9 › embed links › URL encoding of pad names › share link encodes special characters in pad name
2 skipped
256 passed (4.5m)
|