build(deps-dev): bump the dev-dependencies group with 4 updates #4421
Annotations
2 errors, 8 warnings, and 1 notice
Run the frontend tests:
src/tests/frontend-new/specs/embed_value.spec.ts#L4
1) [chromium] › specs/embed_value.spec.ts:78:13 › embed links › read and write › is an iframe with the correct url parameters and correct size
Test timeout of 90000ms exceeded while running "beforeEach" hook.
2 | import {goToNewPad} from "../helper/padHelper";
3 |
> 4 | test.beforeEach(async ({ page })=>{
| ^
5 | // create a new pad before each test run
6 | await goToNewPad(page);
7 | })
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/embed_value.spec.ts:4:6
|
Run the frontend tests:
src/tests/frontend-new/helper/padHelper.ts#L120
1) [chromium] › specs/embed_value.spec.ts:78:13 › embed links › read and write › is an iframe with the correct url parameters and correct size
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:120
118 | const padId = "FRONTEND_TESTS"+randomUUID();
119 | await page.goto('http://localhost:9001/p/'+padId);
> 120 | await page.waitForSelector('iframe[name="ace_outer"]');
| ^
121 | return padId;
122 | }
123 |
at goToNewPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:120:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/embed_value.spec.ts:6:5
|
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/
|
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 tests:
src/[chromium] › specs/collab_client.spec.ts#L1
src/[chromium] › specs/collab_client.spec.ts took 1.2m
|
Run the frontend tests:
src/[chromium] › specs/delete.spec.ts#L1
src/[chromium] › specs/delete.spec.ts took 48.3s
|
Run the frontend tests:
src/[chromium] › specs/alphabet.spec.ts#L1
src/[chromium] › specs/alphabet.spec.ts took 47.5s
|
Run the frontend tests:
src/[chromium] › specs/font_type.spec.ts#L1
src/[chromium] › specs/font_type.spec.ts took 17.5s
|
Run the frontend tests
1 flaky
[chromium] › specs/embed_value.spec.ts:78:13 › embed links › read and write › is an iframe with the correct url parameters and correct size
91 passed (1.6m)
|
The logs for this run have expired and are no longer available.
Loading