chore: each block maintain its own adapter matcher extension #9084
Annotations
1 error, 2 warnings, and 1 notice
tests/edgeless/presentation.spec.ts#L214
1) edgeless/presentation.spec.ts:137:3 › presentation › should be able to adjust order of presentation in frame panel
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.edgeless-frame-navigator-title')
- Expected string - 1
+ Received string + 3
- Frame 1
+
+ Frame 4
+
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.edgeless-frame-navigator-title')
9 × locator resolved to <span class="edgeless-frame-navigator-title">…</span>
- unexpected value "
Frame 4
"
212 | await expect(currentFrame).toHaveText('Frame 4');
213 | await nextButton.click();
> 214 | await expect(currentFrame).toHaveText('Frame 1');
| ^
215 | await nextButton.click();
216 | await expect(currentFrame).toHaveText('Frame 2');
217 | });
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/presentation.spec.ts:214:32
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
|
The logs for this run have expired and are no longer available.
Loading