Fixed export. #5123
Annotations
1 error, 4 warnings, and 1 notice
Run the frontend tests:
src/tests/frontend-new/helper/settingsHelper.ts#L25
1) [firefox] › specs/chat.spec.ts:62:5 › makes chat stick to right side of the screen via settings, remove sticky via settings, close it
Error: locator.check: Clicking the checkbox did not change its state
Call log:
- waiting for locator('#options-stickychat')
- locator resolved to <input type="checkbox" id="options-stickychat"/>
- attempting click action
- scrolling into view if needed
- done scrolling
- forcing action
- performing click action
- click action done
- waiting for scheduled navigations to finish
- navigations have finished
at helper/settingsHelper.ts:25
23 | const checked = await stickyChat.isChecked()
24 | if(checked) return
> 25 | await stickyChat.check({force: true})
| ^
26 | await page.waitForSelector('#options-stickychat:checked')
27 | }
28 |
at enableStickyChatviaSettings (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/settingsHelper.ts:25:22)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/chat.spec.ts:65:5
|
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 actions/upload-artifact@v4
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
Run the frontend tests
1 flaky
[firefox] › specs/chat.spec.ts:62:5 › makes chat stick to right side of the screen via settings, remove sticky via settings, close it
91 passed (1.1m)
|
Loading