fix(page): export png position shift #15689
Annotations
1 error and 1 notice
Run playwright test:
tests/utils/asserts.ts#L205
1) slash-menu.spec.ts:467:1 › slash menu should work in edgeless mode ────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
"",
- "/",
+ "",
]
at utils/asserts.ts:205
203 | });
204 | }, currentEditorIndex);
> 205 | expect(actualTexts).toEqual(texts);
| ^
206 | }
207 |
208 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:205:23)
at /home/runner/work/blocksuite/blocksuite/tests/slash-menu.spec.ts:474:3
|
Run playwright test
1 flaky
slash-menu.spec.ts:467:1 › slash menu should work in edgeless mode ─────────────────────────────
2 skipped
61 passed (3.1m)
|
The logs for this run have expired and are no longer available.
Loading