Bump axios from 1.7.8 to 1.7.9 #3894
Annotations
1 error and 1 notice
[chromium] › specs\chat.spec.ts:62:5 › makes chat stick to right side of the screen via settings:
src\tests\frontend-new\helper\settingsHelper.ts#L25
1) [chromium] › 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 (D:\a\etherpad-lite\etherpad-lite\src\tests\frontend-new\helper\settingsHelper.ts:25:22)
at D:\a\etherpad-lite\etherpad-lite\src\tests\frontend-new\specs\chat.spec.ts:65:5
|
🎭 Playwright Run Summary
1 flaky
[chromium] › 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)
|