After delete the user will now redirected to home page #4722
Annotations
2 errors and 2 notices
[chromium] › tests\frontend-new\specs\unordered_list.spec.ts:79:13 › unordered_list.js › Pressing Tab in an UL increases and decreases indentation › indent and de-indent list item with keypress:
src\tests\frontend-new\specs\unordered_list.spec.ts#L87
2) [chromium] › tests\frontend-new\specs\unordered_list.spec.ts:79:13 › unordered_list.js › Pressing Tab in an UL increases and decreases indentation › indent and de-indent list item with keypress
Error: locator.selectText: Element is not attached to the DOM
Call log:
- attempting selectText action
- waiting for element to be visible
85 |
86 | // select this text element
> 87 | await $firstTextElement.selectText();
| ^
88 |
89 | const $insertunorderedlistButton = page.locator('.buttonicon-insertunorderedlist');
90 | await $insertunorderedlistButton.click();
at D:\a\etherpad-lite\etherpad-lite\src\tests\frontend-new\specs\unordered_list.spec.ts:87:37
|
[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#L76
1) [chromium] › tests\frontend-new\specs\collab_client.spec.ts:39:9 › Messages in the COLLABROOM › bug #4978 regression test
Error: Timed out 20000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#innerdocbody').locator('div').nth(2)
Expected string: "text created by user 1"
Received string: ""
Call log:
- Expect "toHaveText" with timeout 20000ms
- waiting for locator('#innerdocbody').locator('div').nth(2)
23 × locator resolved to <div class="ace-line" id="magicdomid16" aria-live="assertive">…</div>
- unexpected value ""
74 |
75 | await replaceLineText(2, user1Text, page1);
> 76 | await expect(body2.locator('div').nth(2)).toHaveText(user1Text)
| ^
77 |
78 | // All changes should appear in both views.
79 | const expectedLines = [
at D:\a\etherpad-lite\etherpad-lite\src\tests\frontend-new\specs\collab_client.spec.ts:76:51
|
🎭 Playwright Run Summary
2 flaky
[chromium] › tests\frontend-new\specs\collab_client.spec.ts:39:9 › Messages in the COLLABROOM › bug #4978 regression test
[chromium] › tests\frontend-new\specs\unordered_list.spec.ts:79:13 › unordered_list.js › Pressing Tab in an UL increases and decreases indentation › indent and de-indent list item with keypress
91 passed (53.8s)
|
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
|