fix: on hover logic and css selector on icon (#6050) #128
Annotations
1 error and 1 notice
tests/utils/asserts.ts#L202
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:202
200 | });
201 | }, currentEditorIndex);
> 202 | expect(actualTexts).toEqual(texts);
| ^
203 | }
204 |
205 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:202:23)
at /home/runner/work/blocksuite/blocksuite/tests/slash-menu.spec.ts:474:3
|
|
The logs for this run have expired and are no longer available.
Loading