Added configurable ttl to settings #3728
Annotations
1 error, 9 warnings, and 1 notice
Run the frontend admin tests:
src/tests/frontend-new/helper/adminhelper.ts#L5
1) [chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:9:5 › Shows troubleshooting page manager
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:9001/admin/
Call log:
- navigating to "http://localhost:9001/admin/", waiting until "load"
at helper/adminhelper.ts:5
3 | export const loginToAdmin = async (page: Page, username: string, password: string) => {
4 |
> 5 | await page.goto('http://localhost:9001/admin/');
| ^
6 |
7 | await page.waitForSelector('input[name="username"]');
8 | await page.fill('input[name="username"]', username);
at loginToAdmin (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/adminhelper.ts:5:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:5:23
|
export GIT_HASH to env
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions/upload-artifact@v4
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
Run the frontend admin tests:
src/[chrome-firefox] › admin-spec/adminsettings.spec.ts#L1
src/[chrome-firefox] › admin-spec/adminsettings.spec.ts took 24.8s
|
Run the frontend admin tests:
src/[chromium] › admin-spec/adminsettings.spec.ts#L1
src/[chromium] › admin-spec/adminsettings.spec.ts took 24.7s
|
Run the frontend admin tests:
src/[firefox] › admin-spec/adminupdateplugins.spec.ts#L1
src/[firefox] › admin-spec/adminupdateplugins.spec.ts took 17.0s
|
Run the frontend admin tests:
src/[webkit] › admin-spec/adminupdateplugins.spec.ts#L1
src/[webkit] › admin-spec/adminupdateplugins.spec.ts took 15.7s
|
Run the frontend admin tests:
src/[chromium] › admin-spec/adminupdateplugins.spec.ts#L1
src/[chromium] › admin-spec/adminupdateplugins.spec.ts took 15.5s
|
Generate Sauce Labs strings
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Generate Sauce Labs strings
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run the frontend admin tests
1 flaky
[chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:9:5 › Shows troubleshooting page manager
35 passed (2.9m)
|
Loading