fix: on hover logic and css selector on icon (#6050) #128
Annotations
2 errors and 1 notice
tests/clipboard.spec.ts#L1
1) clipboard.spec.ts:1020:1 › copy canvas element and text note in edgeless mode ─────────────────
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
tests/utils/asserts.ts#L202
2) clipboard.spec.ts:1082:1 › copy and paste to selection block selection ────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
Array [
- "12341234",
+ "Database 1",
+ "",
+ "",
+ "1234",
]
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/clipboard.spec.ts:1097:3
|
|
The logs for this run have expired and are no longer available.
Loading