build(deps-dev): bump the dev-dependencies group with 9 updates#7097
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps-dev): bump the dev-dependencies group with 9 updates#7097dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Annotations
1 error and 2 notices
|
src\tests\frontend-new\specs\undo.spec.ts#L54
1) [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
|
|
|
|
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
|
The logs for this run have expired and are no longer available.
Loading