Bump rehype from 13.0.1 to 13.0.2 #5112
Annotations
3 errors, 4 warnings, and 1 notice
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
|
src/tests/frontend-new/specs/embed_value.spec.ts#L1
2) [firefox] › specs/embed_value.spec.ts:97:17 › embed links › when read only option is set › the share link shows a read only url
Test timeout of 90000ms exceeded.
|
src/tests/frontend-new/specs/embed_value.spec.ts#L106
2) [firefox] › specs/embed_value.spec.ts:97:17 › embed links › when read only option is set › the share link shows a read only url
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('#readonlyinput:checked') to be visible
104 | force: true
105 | })
> 106 | await page.waitForSelector('#readonlyinput:checked')
| ^
107 |
108 | // get the link of the share field + the actual pad url and compare them
109 | const shareLink = await page.locator('#linkinput').inputValue()
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/specs/embed_value.spec.ts:106:28
|
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/
|
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/
|
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/
|
|
|
This job succeeded
Loading