Firefox and Webkit #232
Annotations
10 errors and 1 notice
Run playwright test:
tests/utils/asserts.ts#L151
1) paragraph.spec.ts:98:1 › drag over paragraph title ────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: ""
at utils/asserts.ts:151
149 | const inlineEditor = editor.locator('.doc-title-container').first();
150 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 151 | expect(vText).toBe(text);
| ^
152 | }
153 |
154 | export async function assertInlineEditorDeltas(
at assertTitle (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:151:17)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:109:3
|
Run playwright test:
tests/utils/asserts.ts#L151
1) paragraph.spec.ts:98:1 › drag over paragraph title ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: ""
at utils/asserts.ts:151
149 | const inlineEditor = editor.locator('.doc-title-container').first();
150 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 151 | expect(vText).toBe(text);
| ^
152 | }
153 |
154 | export async function assertInlineEditorDeltas(
at assertTitle (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:151:17)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:109:3
|
Run playwright test:
tests/utils/asserts.ts#L151
1) paragraph.spec.ts:98:1 › drag over paragraph title ────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: ""
at utils/asserts.ts:151
149 | const inlineEditor = editor.locator('.doc-title-container').first();
150 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 151 | expect(vText).toBe(text);
| ^
152 | }
153 |
154 | export async function assertInlineEditorDeltas(
at assertTitle (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:151:17)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:109:3
|
Run playwright test:
tests/utils/asserts.ts#L151
1) paragraph.spec.ts:98:1 › drag over paragraph title ────────────────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: ""
at utils/asserts.ts:151
149 | const inlineEditor = editor.locator('.doc-title-container').first();
150 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 151 | expect(vText).toBe(text);
| ^
152 | }
153 |
154 | export async function assertInlineEditorDeltas(
at assertTitle (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:151:17)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:109:3
|
Run playwright test:
tests/utils/asserts.ts#L151
2) paragraph.spec.ts:809:1 › press left in first paragraph start should not change cursor position
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: ""
at utils/asserts.ts:151
149 | const inlineEditor = editor.locator('.doc-title-container').first();
150 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 151 | expect(vText).toBe(text);
| ^
152 | }
153 |
154 | export async function assertInlineEditorDeltas(
at assertTitle (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:151:17)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:820:3
|
Run playwright test:
tests/utils/asserts.ts#L151
2) paragraph.spec.ts:809:1 › press left in first paragraph start should not change cursor position
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: ""
at utils/asserts.ts:151
149 | const inlineEditor = editor.locator('.doc-title-container').first();
150 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 151 | expect(vText).toBe(text);
| ^
152 | }
153 |
154 | export async function assertInlineEditorDeltas(
at assertTitle (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:151:17)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:820:3
|
Run playwright test:
tests/utils/actions/misc.ts#L332
2) paragraph.spec.ts:809:1 › press left in first paragraph start should not change cursor position
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Please remove the \"console.log\" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment."
Received: "Unexpected console message: Successfully preconnected to https://fonts.gstatic.com/"
at utils/actions/misc.ts:332
330 | expect
331 | .soft('Unexpected console message: ' + message.text())
> 332 | .toBe(
| ^
333 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
334 | );
335 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:332:10)
|
Run playwright test:
tests/utils/asserts.ts#L151
2) paragraph.spec.ts:809:1 › press left in first paragraph start should not change cursor position
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: ""
at utils/asserts.ts:151
149 | const inlineEditor = editor.locator('.doc-title-container').first();
150 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 151 | expect(vText).toBe(text);
| ^
152 | }
153 |
154 | export async function assertInlineEditorDeltas(
at assertTitle (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:151:17)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:820:3
|
Run playwright test:
tests/utils/asserts.ts#L151
2) paragraph.spec.ts:809:1 › press left in first paragraph start should not change cursor position
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: ""
at utils/asserts.ts:151
149 | const inlineEditor = editor.locator('.doc-title-container').first();
150 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 151 | expect(vText).toBe(text);
| ^
152 | }
153 |
154 | export async function assertInlineEditorDeltas(
at assertTitle (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:151:17)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:820:3
|
Run playwright test:
tests/utils/asserts.ts#L151
3) paragraph.spec.ts:858:1 › press arrow up in the second line should move caret to the first line
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: ""
at utils/asserts.ts:151
149 | const inlineEditor = editor.locator('.doc-title-container').first();
150 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText());
> 151 | expect(vText).toBe(text);
| ^
152 | }
153 |
154 | export async function assertInlineEditorDeltas(
at assertTitle (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:151:17)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:883:3
|
Run playwright test
21 failed
paragraph.spec.ts:98:1 › drag over paragraph title ─────────────────────────────────────────────
paragraph.spec.ts:809:1 › press left in first paragraph start should not change cursor position
paragraph.spec.ts:858:1 › press arrow up in the second line should move caret to the first line
paragraph.spec.ts:1204:1 › arrow up/down navigation within and across paragraphs containing different types of text
paragraph.spec.ts:1300:3 › readonly mode › should readonly mode not be able to modify text ─────
selection/block.spec.ts:1120:1 › should blur rich-text first on starting block selection ───────
selection/native.spec.ts:67:1 › native range delete ────────────────────────────────────────────
selection/native.spec.ts:85:1 › native range delete with indent ────────────────────────────────
selection/native.spec.ts:387:1 › select all text with dragging and delete ──────────────────────
selection/native.spec.ts:402:1 › select all text with dragging and delete by forwardDelete ─────
selection/native.spec.ts:447:1 › select text leaving a few words in the last line and delete ───
selection/native.spec.ts:465:1 › select text leaving a few words in the last line and delete by forwardDelete
selection/native.spec.ts:575:1 › select text in the same line with dragging rightward and move outside the affine-note
selection/native.spec.ts:622:1 › select text in the same line with dragging rightward and move outside the affine-note by forwardDelete
selection/native.spec.ts:694:1 › drag to select tagged text, and copy ──────────────────────────
selection/native.spec.ts:714:1 › drag to select tagged text, and input character ───────────────
selection/native.spec.ts:1407:1 › should collapse to end when press arrow-right on multi-line selection
selection/native.spec.ts:1460:1 › press ArrowLeft in the start of first paragraph should not focus on title
selection/native.spec.ts:1670:3 › should scroll text to view when drag to select at top or bottom edge › from top to bottom
slash-menu.spec.ts:784:1 › should insert database ──────────────────────────────────────────────
zero-width.spec.ts:65:1 › create a paragraph-block while clicking between two non-paragraph-block
14 flaky
selection/block.spec.ts:260:1 › should indent multi-selection block ────────────────────────────
selection/block.spec.ts:282:1 › should unindent multi-selection block ──────────────────────────
selection/block.spec.ts:592:1 › should keep selection state when scrolling forward with the scroll wheel
selection/block.spec.ts:966:1 › should clear block selection before native selection ───────────
selection/block.spec.ts:1016:1 › should not be misaligned when the editor container has padding or margin
selection/block.spec.ts:1176:1 › click bottom of page and if the last is embed block, editor should insert a new editable block
selection/block.spec.ts:1199:1 › should select blocks when pressing escape ─────────────────────
selection/native.spec.ts:176:1 › native range input ────────────────────────────────────────────
selection/native.spec.ts:196:1 › native range selection backwards ──────────────────────────────
selection/native.spec.ts:266:1 › cursor move to up and down with children block ────────────────
slash-menu.spec.ts:152:3 › slash menu should show and hide correctly › pressing the slash key again should close the old slash menu and open new one
slash-menu.spec.ts:311:3 › slash menu should show and hide correctly › should move up down with ctrl/cmd+n and ctrl/cmd+p
slash-menu.spec.ts:378:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow, Enter, Esc keys
slash-menu.spec.ts:447:3 › slash menu should show and hide correctly › should allow only pressing modifier key
3 skipped
158 passed (7.5m)
|
Loading