Annotations
4 errors, 8 warnings, and 1 notice
Run the frontend tests:
src/tests/frontend-new/specs/collab_client.spec.ts#L1
1) [firefox] › specs/collab_client.spec.ts:39:9 › Messages in the COLLABROOM › bug #4978 regression test
Test timeout of 90000ms exceeded.
|
Run the frontend tests:
src/tests/frontend-new/helper/padHelper.ts#L126
1) [firefox] › specs/collab_client.spec.ts:39:9 › Messages in the COLLABROOM › bug #4978 regression test
Error: page.waitForSelector: Test ended.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
at helper/padHelper.ts:126
124 | export const goToPad = async (page: Page, padId: string) => {
125 | await page.goto('http://localhost:9001/p/'+padId);
> 126 | await page.waitForSelector('iframe[name="ace_outer"]');
| ^
127 | }
128 |
129 |
at goToPad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:126:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/collab_client.spec.ts:46:9
|
Run the frontend tests:
src/tests/frontend-new/specs/embed_value.spec.ts#L62
2) [firefox] › specs/embed_value.spec.ts:66:17 › embed links › read and write › the share link is the actual pad url
Test timeout of 90000ms exceeded while running "beforeEach" hook.
60 |
61 | test.describe('read and write', function () {
> 62 | test.beforeEach(async ({ page })=>{
| ^
63 | // create a new pad before each test run
64 | await goToNewPad(page);
65 | })
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/embed_value.spec.ts:62:14
|
Run the frontend tests:
src/tests/frontend-new/helper/padHelper.ts#L120
2) [firefox] › specs/embed_value.spec.ts:66:17 › embed links › read and write › the share link is the actual pad url
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:64:13
|
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 the frontend tests:
src/[firefox] › specs/alphabet.spec.ts#L1
src/[firefox] › specs/alphabet.spec.ts took 1.3m
|
Run the frontend tests:
src/[firefox] › specs/delete.spec.ts#L1
src/[firefox] › specs/delete.spec.ts took 59.9s
|
Run the frontend tests:
src/[firefox] › specs/font_type.spec.ts#L1
src/[firefox] › specs/font_type.spec.ts took 40.0s
|
Run the frontend tests:
src/[firefox] › specs/timeslider.spec.ts#L1
src/[firefox] › specs/timeslider.spec.ts took 16.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 actions/upload-artifact@v4
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
Run the frontend tests
2 flaky
[firefox] › specs/collab_client.spec.ts:39:9 › Messages in the COLLABROOM › bug #4978 regression test
[firefox] › specs/embed_value.spec.ts:66:17 › embed links › read and write › the share link is the actual pad url
90 passed (2.8m)
|
Loading