chore: install deps for release #5932
Annotations
3 errors, 4 warnings, and 1 notice
Run the frontend tests:
src/tests/frontend-new/specs/unordered_list.spec.ts#L87
2) [chromium] › tests/frontend-new/specs/unordered_list.spec.ts:79:13 › unordered_list.js › Pressing Tab in an UL increases and decreases indentation › indent and de-indent list item with keypress
Error: locator.selectText: Element is not attached to the DOM
Call log:
- attempting selectText action
- waiting for element to be visible
85 |
86 | // select this text element
> 87 | await $firstTextElement.selectText();
| ^
88 |
89 | const $insertunorderedlistButton = page.locator('.buttonicon-insertunorderedlist');
90 | await $insertunorderedlistButton.click();
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/unordered_list.spec.ts:87:37
|
Run the frontend tests:
src/tests/frontend-new/helper/padHelper.ts#L73
1) [chromium] › tests/frontend-new/specs/chat.spec.ts:40:5 › makes sure that an empty message can't be sent
Error: page.waitForFunction: Test timeout of 90000ms exceeded.
at helper/padHelper.ts:73
71 | await page.keyboard.press('Enter')
72 | if(message === "") return
> 73 | await page.waitForFunction(`document.querySelector('#chattext').querySelectorAll('p').length >${currentChatCount}`)
| ^
74 | }
75 |
76 | export const isChatBoxShown = async (page: Page):Promise<boolean> => {
at sendChatMessage (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/padHelper.ts:73:16)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/chat.spec.ts:47:5
|
Run the frontend tests:
src/tests/frontend-new/specs/chat.spec.ts#L0
1) [chromium] › tests/frontend-new/specs/chat.spec.ts:40:5 › makes sure that an empty message can't be sent
Test timeout of 90000ms exceeded.
|
Run actions/upload-artifact@v4
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
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/
|
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 tests
2 flaky
[chromium] › tests/frontend-new/specs/chat.spec.ts:40:5 › makes sure that an empty message can't be sent
[chromium] › tests/frontend-new/specs/unordered_list.spec.ts:79:13 › unordered_list.js › Pressing Tab in an UL increases and decreases indentation › indent and de-indent list item with keypress
91 passed (1.6m)
|
Loading