Bump the dev-dependencies group across 1 directory with 23 updates #4024
Annotations
2 errors and 1 notice
[chromium] › tests\frontend-new\specs\change_user_name.spec.ts:11:5 › Remembers the username after a refresh:
src\tests\frontend-new\specs\change_user_name.spec.ts#L1
1) [chromium] › tests\frontend-new\specs\change_user_name.spec.ts:11:5 › Remembers the username after a refresh
Test timeout of 90000ms exceeded.
|
[chromium] › tests\frontend-new\specs\change_user_name.spec.ts:11:5 › Remembers the username after a refresh:
src\tests\frontend-new\helper\padHelper.ts#L20
1) [chromium] › tests\frontend-new\specs\change_user_name.spec.ts:11:5 › Remembers the username after a refresh
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('button[data-l10n-id=\'pad.toolbar.showusers.title\']')
- locator resolved to <button title="Show the users on this pad" aria-label="Show the users on this pad" class=" buttonicon buttonicon-showusers" data-l10n-id="pad.toolbar.showusers.title"></button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 100ms
165 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 500ms
at helper\padHelper.ts:20
18 |
19 | export const toggleUserList = async (page: Page) => {
> 20 | await page.locator("button[data-l10n-id='pad.toolbar.showusers.title']").click()
| ^
21 | }
22 |
23 | export const setUserName = async (page: Page, userName: string) => {
at toggleUserList (D:\a\etherpad-lite\etherpad-lite\src\tests\frontend-new\helper\padHelper.ts:20:78)
at D:\a\etherpad-lite\etherpad-lite\src\tests\frontend-new\specs\change_user_name.spec.ts:17:25
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests\frontend-new\specs\change_user_name.spec.ts:11:5 › Remembers the username after a refresh
91 passed (1.7m)
|