refactor: support multiple-editors #15037
Annotations
7 errors, 1 warning, and 1 notice
Run playwright test:
tests/utils/asserts.ts#L138
1) paragraph.spec.ts:107:1 › backspace and arrow on title ────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "hll"
Received: "hello"
at utils/asserts.ts:138
136 | const inlineEditor = editor.locator('.doc-title-container').first();
137 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 138 | expect(vText).toBe(text);
| ^
139 | }
140 |
141 | export async function assertInlineEditorDeltas(
at assertTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:138:17)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:130:3
|
Run playwright test:
tests/utils/asserts.ts#L138
1) paragraph.spec.ts:107:1 › backspace and arrow on title ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "hll"
Received: "hello"
at utils/asserts.ts:138
136 | const inlineEditor = editor.locator('.doc-title-container').first();
137 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 138 | expect(vText).toBe(text);
| ^
139 | }
140 |
141 | export async function assertInlineEditorDeltas(
at assertTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:138:17)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:130:3
|
Run playwright test:
tests/utils/asserts.ts#L138
1) paragraph.spec.ts:107:1 › backspace and arrow on title ────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "hll"
Received: "hello"
at utils/asserts.ts:138
136 | const inlineEditor = editor.locator('.doc-title-container').first();
137 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 138 | expect(vText).toBe(text);
| ^
139 | }
140 |
141 | export async function assertInlineEditorDeltas(
at assertTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:138:17)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:130:3
|
Run playwright test:
tests/utils/asserts.ts#L138
1) paragraph.spec.ts:107:1 › backspace and arrow on title ────────────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "hll"
Received: "hello"
at utils/asserts.ts:138
136 | const inlineEditor = editor.locator('.doc-title-container').first();
137 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 138 | expect(vText).toBe(text);
| ^
139 | }
140 |
141 | export async function assertInlineEditorDeltas(
at assertTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:138:17)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:130:3
|
Run playwright test:
tests/list.spec.ts#L1
2) list.spec.ts:54:1 › add new toggle list ───────────────────────────────────────────────────────
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.
|
Run playwright test:
tests/list.spec.ts#L1
3) list.spec.ts:71:1 › convert to numbered list block ────────────────────────────────────────────
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.
|
Run playwright test
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run playwright test
1 failed
paragraph.spec.ts:107:1 › backspace and arrow on title ─────────────────────────────────────────
2 flaky
list.spec.ts:54:1 › add new toggle list ────────────────────────────────────────────────────────
list.spec.ts:71:1 › convert to numbered list block ─────────────────────────────────────────────
61 passed (3.4m)
|
The logs for this run have expired and are no longer available.
Loading