build(deps): bump openapi-backend from 5.13.0 to 5.15.0 #4786
Annotations
4 errors and 2 notices
|
[chromium] › tests\frontend-new\specs\undo.spec.ts:36:9 › undo button › undo some typing using a keypress:
src\tests\frontend-new\specs\undo.spec.ts#L54
3) [chromium] › tests\frontend-new\specs\undo.spec.ts:36:9 › undo button › undo some typing using a keypress
Error: expect(locator).toHaveText(expected) failed
Locator: locator('#innerdocbody').locator('div').first()
Expected string: ""
Received string: "f"
Timeout: 20000ms
Call log:
- Expect "toHaveText" with timeout 20000ms
- waiting for locator('#innerdocbody').locator('div').first()
23 × locator resolved to <div class="ace-line" id="magicdomid12" aria-live="assertive">…</div>
- unexpected value "f"
52 | await page.waitForTimeout(1000)
53 |
> 54 | await expect(firstTextElement).toHaveText(originalValue!);
| ^
55 | });
56 | });
57 |
at D:\a\etherpad-lite\etherpad-lite\src\tests\frontend-new\specs\undo.spec.ts:54:40
|
|
[chromium] › tests\frontend-new\specs\collab_client.spec.ts:39:9 › Messages in the COLLABROOM › bug #4978 regression test:
src\tests\frontend-new\specs\collab_client.spec.ts#L73
2) [chromium] › tests\frontend-new\specs\collab_client.spec.ts:39:9 › Messages in the COLLABROOM › bug #4978 regression test
Error: expect(locator).toHaveText(expected) failed
Locator: locator('#innerdocbody').locator('div').nth(3)
Expected string: "text created by user 2"
Received string: "Hello World"
Timeout: 20000ms
Call log:
- Expect "toHaveText" with timeout 20000ms
- waiting for locator('#innerdocbody').locator('div').nth(3)
23 × locator resolved to <div id="magicdomid5" class="ace-line" aria-live="assertive">…</div>
- unexpected value "Hello World"
71 | await replaceLineText(3, user2Text, page2);
72 |
> 73 | await expect(body1.locator('div').nth(3)).toHaveText(user2Text)
| ^
74 |
75 | await replaceLineText(2, user1Text, page1);
76 | await expect(body2.locator('div').nth(2)).toHaveText(user1Text)
at D:\a\etherpad-lite\etherpad-lite\src\tests\frontend-new\specs\collab_client.spec.ts:73:51
|
|
[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
164 × 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
|
|
[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#L0
1) [chromium] › tests\frontend-new\specs\change_user_name.spec.ts:11:5 › Remembers the username after a refresh
Test timeout of 90000ms exceeded.
|
|
🎭 Playwright Run Summary
3 flaky
[chromium] › tests\frontend-new\specs\change_user_name.spec.ts:11:5 › Remembers the username after a refresh
[chromium] › tests\frontend-new\specs\collab_client.spec.ts:39:9 › Messages in the COLLABROOM › bug #4978 regression test
[chromium] › tests\frontend-new\specs\undo.spec.ts:36:9 › undo button › undo some typing using a keypress
90 passed (1.7m)
|
|
Build .zip
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|