Firefox and Webkit #99
browser-compatibility.yml
on: schedule
Install Dependencies
31s
Matrix: Browser Compatibility Test
Annotations
100 errors, 1 warning, and 10 notices
paragraph.spec.ts:1202:1 › arrow up/down navigation within and across paragraphs containing different types of text:
tests/utils/asserts.ts#L327
1) paragraph.spec.ts:1202:1 › arrow up/down navigation within and across paragraphs containing different types of text
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
- "index": 32,
+ "index": 28,
"length": 0,
}
at utils/asserts.ts:327
325 | [richTextIndex, currentEditorIndex]
326 | );
> 327 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
328 | }
329 |
330 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:327:18)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1235:3
|
paragraph.spec.ts:1202:1 › arrow up/down navigation within and across paragraphs containing different types of text:
tests/utils/asserts.ts#L327
1) paragraph.spec.ts:1202:1 › arrow up/down navigation within and across paragraphs containing different types of text
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
- "index": 32,
+ "index": 28,
"length": 0,
}
at utils/asserts.ts:327
325 | [richTextIndex, currentEditorIndex]
326 | );
> 327 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
328 | }
329 |
330 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:327:18)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1235:3
|
paragraph.spec.ts:1202:1 › arrow up/down navigation within and across paragraphs containing different types of text:
tests/utils/asserts.ts#L327
1) paragraph.spec.ts:1202:1 › arrow up/down navigation within and across paragraphs containing different types of text
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
- "index": 32,
+ "index": 28,
"length": 0,
}
at utils/asserts.ts:327
325 | [richTextIndex, currentEditorIndex]
326 | );
> 327 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
328 | }
329 |
330 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:327:18)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1235:3
|
paragraph.spec.ts:1202:1 › arrow up/down navigation within and across paragraphs containing different types of text:
tests/utils/asserts.ts#L327
1) paragraph.spec.ts:1202:1 › arrow up/down navigation within and across paragraphs containing different types of text
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
- "index": 32,
+ "index": 28,
"length": 0,
}
at utils/asserts.ts:327
325 | [richTextIndex, currentEditorIndex]
326 | );
> 327 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
328 | }
329 |
330 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:327:18)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1235:3
|
paragraph.spec.ts:1298:3 › readonly mode › should readonly mode not be able to modify text:
tests/utils/actions/misc.ts#L1227
2) paragraph.spec.ts:1298:3 › readonly mode › should readonly mode not be able to modify text ────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'editorHost.querySelectorAll')
at utils/actions/misc.ts:1227
1225 | coordOffSet: { x: number; y: number } = { x: 0, y: 0 }
1226 | ) {
> 1227 | const coord = await page.evaluate(
| ^
1228 | ({ richTextIndex, vIndex, coordOffSet, currentEditorIndex }) => {
1229 | const editorHost =
1230 | document.querySelectorAll('editor-host')[currentEditorIndex];
at getIndexCoordinate (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:1227:28)
at dragBetweenIndices (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:44:28)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1308:11
|
paragraph.spec.ts:1298:3 › readonly mode › should readonly mode not be able to modify text:
tests/utils/actions/misc.ts#L1227
2) paragraph.spec.ts:1298:3 › readonly mode › should readonly mode not be able to modify text ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'editorHost.querySelectorAll')
at utils/actions/misc.ts:1227
1225 | coordOffSet: { x: number; y: number } = { x: 0, y: 0 }
1226 | ) {
> 1227 | const coord = await page.evaluate(
| ^
1228 | ({ richTextIndex, vIndex, coordOffSet, currentEditorIndex }) => {
1229 | const editorHost =
1230 | document.querySelectorAll('editor-host')[currentEditorIndex];
at getIndexCoordinate (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:1227:28)
at dragBetweenIndices (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:44:28)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1308:11
|
paragraph.spec.ts:1298:3 › readonly mode › should readonly mode not be able to modify text:
tests/utils/actions/misc.ts#L1227
2) paragraph.spec.ts:1298:3 › readonly mode › should readonly mode not be able to modify text ────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'editorHost.querySelectorAll')
at utils/actions/misc.ts:1227
1225 | coordOffSet: { x: number; y: number } = { x: 0, y: 0 }
1226 | ) {
> 1227 | const coord = await page.evaluate(
| ^
1228 | ({ richTextIndex, vIndex, coordOffSet, currentEditorIndex }) => {
1229 | const editorHost =
1230 | document.querySelectorAll('editor-host')[currentEditorIndex];
at getIndexCoordinate (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:1227:28)
at dragBetweenIndices (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:44:28)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1308:11
|
paragraph.spec.ts:1298:3 › readonly mode › should readonly mode not be able to modify text:
tests/utils/actions/misc.ts#L1227
2) paragraph.spec.ts:1298:3 › readonly mode › should readonly mode not be able to modify text ────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'editorHost.querySelectorAll')
at utils/actions/misc.ts:1227
1225 | coordOffSet: { x: number; y: number } = { x: 0, y: 0 }
1226 | ) {
> 1227 | const coord = await page.evaluate(
| ^
1228 | ({ richTextIndex, vIndex, coordOffSet, currentEditorIndex }) => {
1229 | const editorHost =
1230 | document.querySelectorAll('editor-host')[currentEditorIndex];
at getIndexCoordinate (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:1227:28)
at dragBetweenIndices (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:44:28)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1308:11
|
selection/native.spec.ts:108:1 › native range delete with indent:
tests/selection/native.spec.ts#L163
3) selection/native.spec.ts:108:1 › native range delete with indent ──────────────────────────────
Error: Snapshot comparison failed:
{
"type": "block",
"id": "0",
"flavour": "affine:page",
"version": 2,
"props": {
"title": {
"$blocksuite:internal:text$": true,
"delta": []
}
},
"children": [
{
"type": "block",
"id": "1",
"flavour": "affine:note",
"version": 1,
"props": {
"xywh": "[0,0,800,95]",
"background": "--affine-note-background-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
"edgeless": {
"style": {
"borderRadius": 8,
"borderSize": 4,
"borderStyle": "none",
"shadowType": "--affine-note-shadow-box"
}
}
},
"children": [
{
"type": "block",
"id": "2",
"flavour": "affine:paragraph",
"version": 1,
"props": {
"type": "text",
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
"insert": "123"
}
]
}
},
"children": [
{
"type": "block",
"id": "3",
"flavour": "affine:paragraph",
"version": 1,
"props": {
"type": "text",
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
"insert": "456"
}
]
}
},
"children": [
{
"type": "block",
"id": "4",
"flavour": "affine:paragraph",
"version": 1,
"props": {
"type": "text",
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
"insert": "789"
}
]
}
},
"children": []
}
]
}
]
},
{
"type": "block",
"id": "5",
"flavour": "affine:paragraph",
"version": 1,
"props": {
"type": "text",
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
"insert": "abc"
}
]
}
},
"children": [
{
"type": "block",
"id": "6",
"flavour": "affine:paragraph",
"version": 1,
"props": {
"type": "text",
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
"insert": "def"
}
]
}
},
"children": []
},
{
{
"type": "block",
"id": "7",
|
selection/native.spec.ts:108:1 › native range delete with indent:
tests/selection/native.spec.ts#L163
3) selection/native.spec.ts:108:1 › native range delete with indent ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Snapshot comparison failed:
{
"type": "block",
"id": "0",
"flavour": "affine:page",
"version": 2,
"props": {
"title": {
"$blocksuite:internal:text$": true,
"delta": []
}
},
"children": [
{
"type": "block",
"id": "1",
"flavour": "affine:note",
"version": 1,
"props": {
"xywh": "[0,0,800,95]",
"background": "--affine-note-background-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
"edgeless": {
"style": {
"borderRadius": 8,
"borderSize": 4,
"borderStyle": "none",
"shadowType": "--affine-note-shadow-box"
}
}
},
"children": [
{
"type": "block",
"id": "2",
"flavour": "affine:paragraph",
"version": 1,
"props": {
"type": "text",
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
"insert": "123"
}
]
}
},
"children": [
{
"type": "block",
"id": "3",
"flavour": "affine:paragraph",
"version": 1,
"props": {
"type": "text",
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
"insert": "456"
}
]
}
},
"children": [
{
"type": "block",
"id": "4",
"flavour": "affine:paragraph",
"version": 1,
"props": {
"type": "text",
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
"insert": "789"
}
]
}
},
"children": []
}
]
}
]
},
{
"type": "block",
"id": "5",
"flavour": "affine:paragraph",
"version": 1,
"props": {
"type": "text",
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
"insert": "abc"
}
]
}
},
"children": [
{
"type": "block",
"id": "6",
"flavour": "affine:paragraph",
"version": 1,
"props": {
"type": "text",
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
"insert": "def"
}
]
}
},
"children": []
},
|
format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line:
tests/format-bar.spec.ts#L477
1) format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget')
475 |
476 | const { formatBar } = getFormatBar(page);
> 477 | await expect(formatBar).toBeVisible();
| ^
478 | await waitNextFrame(page);
479 |
480 | const formatBox = await formatBar.boundingBox();
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:477:27
|
format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line:
tests/format-bar.spec.ts#L477
1) format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget')
475 |
476 | const { formatBar } = getFormatBar(page);
> 477 | await expect(formatBar).toBeVisible();
| ^
478 | await waitNextFrame(page);
479 |
480 | const formatBox = await formatBar.boundingBox();
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:477:27
|
format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line:
tests/format-bar.spec.ts#L477
1) format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget')
475 |
476 | const { formatBar } = getFormatBar(page);
> 477 | await expect(formatBar).toBeVisible();
| ^
478 | await waitNextFrame(page);
479 |
480 | const formatBox = await formatBar.boundingBox();
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:477:27
|
format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line:
tests/format-bar.spec.ts#L477
1) format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget')
475 |
476 | const { formatBar } = getFormatBar(page);
> 477 | await expect(formatBar).toBeVisible();
| ^
478 | await waitNextFrame(page);
479 |
480 | const formatBox = await formatBar.boundingBox();
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:477:27
|
format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action:
tests/format-bar.spec.ts#L979
2) format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ───────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
977 | const { openMoreMenu, copyBtn } = getFormatBar(page);
978 | await openMoreMenu();
> 979 | await expect(copyBtn).toBeVisible();
| ^
980 | await assertRichTextInlineRange(page, 1, 0, 3);
981 | await copyBtn.click();
982 | await assertRichTextInlineRange(page, 1, 0, 3);
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:979:27
|
format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action:
tests/format-bar.spec.ts#L979
2) format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
977 | const { openMoreMenu, copyBtn } = getFormatBar(page);
978 | await openMoreMenu();
> 979 | await expect(copyBtn).toBeVisible();
| ^
980 | await assertRichTextInlineRange(page, 1, 0, 3);
981 | await copyBtn.click();
982 | await assertRichTextInlineRange(page, 1, 0, 3);
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:979:27
|
format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action:
tests/format-bar.spec.ts#L979
2) format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
977 | const { openMoreMenu, copyBtn } = getFormatBar(page);
978 | await openMoreMenu();
> 979 | await expect(copyBtn).toBeVisible();
| ^
980 | await assertRichTextInlineRange(page, 1, 0, 3);
981 | await copyBtn.click();
982 | await assertRichTextInlineRange(page, 1, 0, 3);
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:979:27
|
format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action:
tests/format-bar.spec.ts#L979
2) format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ───────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
977 | const { openMoreMenu, copyBtn } = getFormatBar(page);
978 | await openMoreMenu();
> 979 | await expect(copyBtn).toBeVisible();
| ^
980 | await assertRichTextInlineRange(page, 1, 0, 3);
981 | await copyBtn.click();
982 | await assertRichTextInlineRange(page, 1, 0, 3);
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:979:27
|
fragments/frame-panel.spec.ts:48:3 › frame panel › should display empty placeholder when no frames:
tests/utils/actions/misc.ts#L398
3) fragments/frame-panel.spec.ts:48:3 › frame panel › should display empty placeholder when no frames
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/fragments/frame-panel.spec.ts:49:5
|
fragments/frame-panel.spec.ts:48:3 › frame panel › should display empty placeholder when no frames:
tests/utils/actions/misc.ts#L398
3) fragments/frame-panel.spec.ts:48:3 › frame panel › should display empty placeholder when no frames
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/fragments/frame-panel.spec.ts:49:5
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/attachment.spec.ts#L69
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
67 | await expect(slashMenu).toBeVisible();
68 |
> 69 | const fileChooser = page.waitForEvent('filechooser');
| ^
70 | await pressEnter(page);
71 | await sleep(100);
72 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30)
at /Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:135:3
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/attachment.spec.ts#L69
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
67 | await expect(slashMenu).toBeVisible();
68 |
> 69 | const fileChooser = page.waitForEvent('filechooser');
| ^
70 | await pressEnter(page);
71 | await sleep(100);
72 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30)
at /Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:135:3
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/attachment.spec.ts#L69
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
67 | await expect(slashMenu).toBeVisible();
68 |
> 69 | const fileChooser = page.waitForEvent('filechooser');
| ^
70 | await pressEnter(page);
71 | await sleep(100);
72 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30)
at /Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:135:3
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/attachment.spec.ts#L69
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
67 | await expect(slashMenu).toBeVisible();
68 |
> 69 | const fileChooser = page.waitForEvent('filechooser');
| ^
70 | await pressEnter(page);
71 | await sleep(100);
72 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30)
at /Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:135:3
|
attachment.spec.ts:177:1 › should undo/redo works for attachment:
tests/attachment.spec.ts#L69
2) attachment.spec.ts:177:1 › should undo/redo works for attachment ──────────────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
67 | await expect(slashMenu).toBeVisible();
68 |
> 69 | const fileChooser = page.waitForEvent('filechooser');
| ^
70 | await pressEnter(page);
71 | await sleep(100);
72 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30)
at /Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:184:3
|
attachment.spec.ts:177:1 › should undo/redo works for attachment:
tests/attachment.spec.ts#L69
2) attachment.spec.ts:177:1 › should undo/redo works for attachment ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
67 | await expect(slashMenu).toBeVisible();
68 |
> 69 | const fileChooser = page.waitForEvent('filechooser');
| ^
70 | await pressEnter(page);
71 | await sleep(100);
72 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30)
at /Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:184:3
|
attachment.spec.ts:177:1 › should undo/redo works for attachment:
tests/attachment.spec.ts#L69
2) attachment.spec.ts:177:1 › should undo/redo works for attachment ──────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
67 | await expect(slashMenu).toBeVisible();
68 |
> 69 | const fileChooser = page.waitForEvent('filechooser');
| ^
70 | await pressEnter(page);
71 | await sleep(100);
72 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30)
at /Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:184:3
|
attachment.spec.ts:177:1 › should undo/redo works for attachment:
tests/attachment.spec.ts#L69
2) attachment.spec.ts:177:1 › should undo/redo works for attachment ──────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
67 | await expect(slashMenu).toBeVisible();
68 |
> 69 | const fileChooser = page.waitForEvent('filechooser');
| ^
70 | await pressEnter(page);
71 | await sleep(100);
72 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30)
at /Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:184:3
|
attachment.spec.ts:287:1 › should rename attachment works:
tests/attachment.spec.ts#L69
3) attachment.spec.ts:287:1 › should rename attachment works ─────────────────────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
67 | await expect(slashMenu).toBeVisible();
68 |
> 69 | const fileChooser = page.waitForEvent('filechooser');
| ^
70 | await pressEnter(page);
71 | await sleep(100);
72 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30)
at /Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:305:3
|
attachment.spec.ts:287:1 › should rename attachment works:
tests/attachment.spec.ts#L69
3) attachment.spec.ts:287:1 › should rename attachment works ─────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "filechooser"
=========================== logs ===========================
waiting for event "filechooser"
============================================================
67 | await expect(slashMenu).toBeVisible();
68 |
> 69 | const fileChooser = page.waitForEvent('filechooser');
| ^
70 | await pressEnter(page);
71 | await sleep(100);
72 | await (await fileChooser).setFiles(FILE_PATH);
at insertAttachment (/Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:69:30)
at /Users/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:305:3
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L398
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at init (/Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:34:5)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:159:7
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L398
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at init (/Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:34:5)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:159:7
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L398
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at init (/Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:34:5)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:159:7
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L398
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at init (/Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:34:5)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:159:7
|
edgeless/group/group.spec.ts:184:5 › group › delete › delete sub-element in group:
tests/utils/actions/misc.ts#L398
2) edgeless/group/group.spec.ts:184:5 › group › delete › delete sub-element in group ─────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at init (/Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:34:5)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:159:7
|
edgeless/group/group.spec.ts:184:5 › group › delete › delete sub-element in group:
tests/utils/actions/misc.ts#L398
2) edgeless/group/group.spec.ts:184:5 › group › delete › delete sub-element in group ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at init (/Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:34:5)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:159:7
|
edgeless/group/group.spec.ts:184:5 › group › delete › delete sub-element in group:
tests/utils/actions/misc.ts#L398
2) edgeless/group/group.spec.ts:184:5 › group › delete › delete sub-element in group ─────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at init (/Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:34:5)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:159:7
|
edgeless/group/group.spec.ts:184:5 › group › delete › delete sub-element in group:
tests/utils/actions/misc.ts#L398
2) edgeless/group/group.spec.ts:184:5 › group › delete › delete sub-element in group ─────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at init (/Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:34:5)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:159:7
|
edgeless/group/group.spec.ts:218:5 › group › delete › delete group in group:
tests/utils/actions/misc.ts#L398
3) edgeless/group/group.spec.ts:218:5 › group › delete › delete group in group ───────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at init (/Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:34:5)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:159:7
|
edgeless/group/group.spec.ts:218:5 › group › delete › delete group in group:
tests/utils/actions/misc.ts#L398
3) edgeless/group/group.spec.ts:218:5 › group › delete › delete group in group ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at init (/Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:34:5)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/group/group.spec.ts:159:7
|
edgeless/auto-complete.spec.ts:46:5 › auto-complete › click on auto-complete button › click on right auto-complete button:
tests/utils/actions/misc.ts#L398
1) edgeless/auto-complete.spec.ts:46:5 › auto-complete › click on auto-complete button › click on right auto-complete button
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/auto-complete.spec.ts:47:7
|
edgeless/auto-complete.spec.ts:46:5 › auto-complete › click on auto-complete button › click on right auto-complete button:
tests/utils/actions/misc.ts#L398
1) edgeless/auto-complete.spec.ts:46:5 › auto-complete › click on auto-complete button › click on right auto-complete button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/auto-complete.spec.ts:47:7
|
edgeless/auto-complete.spec.ts:46:5 › auto-complete › click on auto-complete button › click on right auto-complete button:
tests/utils/actions/misc.ts#L398
1) edgeless/auto-complete.spec.ts:46:5 › auto-complete › click on auto-complete button › click on right auto-complete button
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/auto-complete.spec.ts:47:7
|
edgeless/auto-complete.spec.ts:46:5 › auto-complete › click on auto-complete button › click on right auto-complete button:
tests/utils/actions/misc.ts#L398
1) edgeless/auto-complete.spec.ts:46:5 › auto-complete › click on auto-complete button › click on right auto-complete button
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/auto-complete.spec.ts:47:7
|
edgeless/auto-complete.spec.ts:53:5 › auto-complete › click on auto-complete button › click on bottom auto-complete button:
tests/utils/actions/misc.ts#L398
2) edgeless/auto-complete.spec.ts:53:5 › auto-complete › click on auto-complete button › click on bottom auto-complete button
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/auto-complete.spec.ts:54:7
|
edgeless/auto-complete.spec.ts:53:5 › auto-complete › click on auto-complete button › click on bottom auto-complete button:
tests/utils/actions/misc.ts#L398
2) edgeless/auto-complete.spec.ts:53:5 › auto-complete › click on auto-complete button › click on bottom auto-complete button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/auto-complete.spec.ts:54:7
|
edgeless/auto-complete.spec.ts:53:5 › auto-complete › click on auto-complete button › click on bottom auto-complete button:
tests/utils/actions/misc.ts#L398
2) edgeless/auto-complete.spec.ts:53:5 › auto-complete › click on auto-complete button › click on bottom auto-complete button
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/auto-complete.spec.ts:54:7
|
edgeless/auto-complete.spec.ts:53:5 › auto-complete › click on auto-complete button › click on bottom auto-complete button:
tests/utils/actions/misc.ts#L398
2) edgeless/auto-complete.spec.ts:53:5 › auto-complete › click on auto-complete button › click on bottom auto-complete button
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/auto-complete.spec.ts:54:7
|
edgeless/auto-complete.spec.ts:60:5 › auto-complete › click on auto-complete button › click on left auto-complete button:
tests/utils/actions/misc.ts#L398
3) edgeless/auto-complete.spec.ts:60:5 › auto-complete › click on auto-complete button › click on left auto-complete button
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/auto-complete.spec.ts:61:7
|
edgeless/auto-complete.spec.ts:60:5 › auto-complete › click on auto-complete button › click on left auto-complete button:
tests/utils/actions/misc.ts#L398
3) edgeless/auto-complete.spec.ts:60:5 › auto-complete › click on auto-complete button › click on left auto-complete button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:398
396 |
397 | export async function resetHistory(page: Page) {
> 398 | await page.evaluate(() => {
| ^
399 | const space = window.doc;
400 | space.resetHistory();
401 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:398:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1717:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/auto-complete.spec.ts:61:7
|
format-bar.spec.ts:173:1 › should format quick bar hide when type text:
tests/utils/actions/misc.ts#L324
1) format-bar.spec.ts:173:1 › should format quick bar hide when type text ────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
format-bar.spec.ts:173:1 › should format quick bar hide when type text:
tests/utils/actions/misc.ts#L324
1) format-bar.spec.ts:173:1 › should format quick bar hide when type text ────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
format-bar.spec.ts:173:1 › should format quick bar hide when type text:
tests/utils/actions/misc.ts#L324
1) format-bar.spec.ts:173:1 › should format quick bar hide when type text ────────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
format-bar.spec.ts:173:1 › should format quick bar hide when type text:
tests/utils/actions/misc.ts#L324
1) format-bar.spec.ts:173:1 › should format quick bar hide when type text ────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 10 12 69 87 90 94 99 116 120 122 128 129 132 133 138 140 141 144 145 148 150 151 153 157 158 161 164 165 167 169 172 173 176 177 182 183 185 189 190 191 192 193 195 202 203 208 230 231 236 237 238 239 246 247 250 251 253 255 256 257 267 269 270 271 273 275 276 291 292 293 294 408 427 434 923) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:600 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Bold.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
format-bar.spec.ts:173:1 › should format quick bar hide when type text:
tests/utils/actions/misc.ts#L324
1) format-bar.spec.ts:173:1 › should format quick bar hide when type text ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 10 12 69 87 90 94 99 116 120 122 128 129 132 133 138 140 141 144 145 148 150 151 153 157 158 161 164 165 167 169 172 173 176 177 182 183 185 189 190 191 192 193 195 202 203 208 230 231 236 237 238 239 246 247 250 251 253 255 256 257 267 269 270 271 273 275 276 291 292 293 294 408 427 434 923) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:600 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Bold.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
format-bar.spec.ts:173:1 › should format quick bar hide when type text:
tests/utils/actions/misc.ts#L324
1) format-bar.spec.ts:173:1 › should format quick bar hide when type text ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
format-bar.spec.ts:173:1 › should format quick bar hide when type text:
tests/utils/actions/misc.ts#L324
1) format-bar.spec.ts:173:1 › should format quick bar hide when type text ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
format-bar.spec.ts:173:1 › should format quick bar hide when type text:
tests/utils/actions/misc.ts#L324
1) format-bar.spec.ts:173:1 › should format quick bar hide when type text ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
format-bar.spec.ts:173:1 › should format quick bar hide when type text:
tests/utils/actions/misc.ts#L324
1) format-bar.spec.ts:173:1 › should format quick bar hide when type text ────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
format-bar.spec.ts:173:1 › should format quick bar hide when type text:
tests/utils/actions/misc.ts#L324
1) format-bar.spec.ts:173:1 › should format quick bar hide when type text ────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L324
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L324
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L324
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L324
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 10 12 69 87 90 94 99 116 120 122 128 129 132 133 138 140 141 144 145 148 150 151 153 157 158 161 164 165 167 169 172 173 176 177 182 183 185 189 190 191 192 193 195 202 203 208 230 231 236 237 238 239 246 247 250 251 253 255 256 257 267 269 270 271 273 275 276 291 292 293 294 408 427 434 923) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:600 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Bold.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L324
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L324
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L324
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L324
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 10 12 69 87 90 94 99 116 120 122 128 129 132 133 138 140 141 144 145 148 150 151 153 157 158 161 164 165 167 169 172 173 176 177 182 183 185 189 190 191 192 193 195 202 203 208 230 231 236 237 238 239 246 247 250 251 253 255 256 257 267 269 270 271 273 275 276 291 292 293 294 408 427 434 923) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:600 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Bold.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L324
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L324
1) attachment.spec.ts:127:1 › can insert attachment from slash menu ──────────────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
markdown.spec.ts:459:3 › markdown inline-text › code:
tests/utils/actions/misc.ts#L324
1) markdown.spec.ts:459:3 › markdown inline-text › code ──────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
markdown.spec.ts:459:3 › markdown inline-text › code:
tests/utils/actions/misc.ts#L324
1) markdown.spec.ts:459:3 › markdown inline-text › code ──────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 10 12 69 87 90 94 99 116 120 122 128 129 132 133 138 140 141 144 145 148 150 151 153 157 158 161 164 165 167 169 172 173 176 177 182 183 185 189 190 191 192 193 195 202 203 208 230 231 236 237 238 239 246 247 250 251 253 255 256 257 267 269 270 271 273 275 276 291 292 293 294 408 427 434 923) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:600 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Bold.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
markdown.spec.ts:459:3 › markdown inline-text › code:
tests/utils/actions/misc.ts#L324
1) markdown.spec.ts:459:3 › markdown inline-text › code ──────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
markdown.spec.ts:459:3 › markdown inline-text › code:
tests/utils/actions/misc.ts#L324
1) markdown.spec.ts:459:3 › markdown inline-text › code ──────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
markdown.spec.ts:459:3 › markdown inline-text › code:
tests/utils/asserts.ts#L205
1) markdown.spec.ts:459:3 › markdown inline-text › code ──────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
- "`test ` ",
+ "",
]
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 (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:205:23)
at /Users/runner/work/blocksuite/blocksuite/tests/markdown.spec.ts:502:5
|
markdown.spec.ts:459:3 › markdown inline-text › code:
tests/utils/actions/misc.ts#L324
1) markdown.spec.ts:459:3 › markdown inline-text › code ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
markdown.spec.ts:459:3 › markdown inline-text › code:
tests/utils/actions/misc.ts#L324
1) markdown.spec.ts:459:3 › markdown inline-text › code ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
markdown.spec.ts:459:3 › markdown inline-text › code:
tests/utils/actions/misc.ts#L324
1) markdown.spec.ts:459:3 › markdown inline-text › code ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 10 12 69 87 90 94 99 116 120 122 128 129 132 133 138 140 141 144 145 148 150 151 153 157 158 161 164 165 167 169 172 173 176 177 182 183 185 189 190 191 192 193 195 202 203 208 230 231 236 237 238 239 246 247 250 251 253 255 256 257 267 269 270 271 273 275 276 291 292 293 294 408 427 434 923) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:600 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Bold.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
markdown.spec.ts:459:3 › markdown inline-text › code:
tests/utils/actions/misc.ts#L324
1) markdown.spec.ts:459:3 › markdown inline-text › code ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
markdown.spec.ts:459:3 › markdown inline-text › code:
tests/utils/actions/misc.ts#L324
1) markdown.spec.ts:459:3 › markdown inline-text › code ──────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L324
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L324
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L324
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L324
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 10 12 69 87 90 94 99 116 120 122 128 129 132 133 138 140 141 144 145 148 150 151 153 157 158 161 164 165 167 169 172 173 176 177 182 183 185 189 190 191 192 193 195 202 203 208 230 231 236 237 238 239 246 247 250 251 253 255 256 257 267 269 270 271 273 275 276 291 292 293 294 408 427 434 923) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:600 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Bold.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L324
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L324
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L324
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 10 12 69 87 90 94 99 116 120 122 128 129 132 133 138 140 141 144 145 148 150 151 153 157 158 161 164 165 167 169 172 173 176 177 182 183 185 189 190 191 192 193 195 202 203 208 230 231 236 237 238 239 246 247 250 251 253 255 256 257 267 269 270 271 273 275 276 291 292 293 294 408 427 434 923) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:600 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Bold.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L324
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/edgeless.ts#L352
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('edgeless-toolbar edgeless-toolbar-button.edgeless-shape-button')
- locator resolved to <edgeless-toolbar-button role="button" class="edgeless-shape-button">…</edgeless-toolbar-button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="edgeless-background edgeless-container">…</div> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="edgeless-background edgeless-container">…</div> intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="edgeless-background edgeless-container">…</div> intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="edgeless-background edgeless-container">…</div> intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="edgeless-background edgeless-container">…</div> intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="edgeless-background edgeless-container">…</div> intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="edgeless-background edgeless-container">…</div> intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="edgeless-background edgeless-container">…</div> intercepts pointer events
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="edgeless-background edgeless-container">…</div> intercepts pointer events
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="edgeless-background edgeless-container">…</div> intercepts pointer events
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="edgeless-background edgeless-container">…</div> intercepts pointer events
- retrying cli
|
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group:
tests/utils/actions/misc.ts#L324
1) edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards:
tests/utils/actions/misc.ts#L324
1) database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards:
tests/utils/actions/misc.ts#L324
1) database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards:
tests/utils/actions/misc.ts#L324
1) database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards:
tests/utils/actions/misc.ts#L324
1) database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 10 12 69 87 90 94 99 116 120 122 128 129 132 133 138 140 141 144 145 148 150 151 153 157 158 161 164 165 167 169 172 173 176 177 182 183 185 189 190 191 192 193 195 202 203 208 230 231 236 237 238 239 246 247 250 251 253 255 256 257 267 269 270 271 273 275 276 291 292 293 294 408 427 434 923) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:600 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Bold.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards:
tests/utils/actions/misc.ts#L324
1) database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards:
tests/utils/actions/misc.ts#L324
1) database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 10 12 69 87 90 94 99 116 120 122 128 129 132 133 138 140 141 144 145 148 150 151 153 157 158 161 164 165 167 169 172 173 176 177 182 183 185 189 190 191 192 193 195 202 203 208 230 231 236 237 238 239 246 247 250 251 253 255 256 257 267 269 270 271 273 275 276 291 292 293 294 408 427 434 923) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:600 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Bold.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards:
tests/utils/actions/misc.ts#L324
1) database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards:
tests/utils/actions/misc.ts#L324
1) database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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: [JavaScript Warning: \"downloadable font: hhea: Non-zero caretOffset but head.macStyle italic bit is not set, setting to caretOffset to 0: -42 (font-family: \"blocksuite:surface:Satoshi\" style:italic weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/85546/Satoshi-LightItalic.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards:
tests/utils/actions/misc.ts#L324
1) database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 8 10 11 14 16 22 28 30 34 43 51 58 60 62 63 64 66 69 75 76 77 78 80 81 82 83 87 90 94 96 101 102 105 115 116 117 120 121 124 125 128 129 130 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 221 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 294 295 396 397 404 405 408 411 414 422 433 434) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:300 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Light.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards:
tests/utils/actions/misc.ts#L324
1) database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards
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: [JavaScript Warning: \"downloadable font: Glyph bbox was incorrect (glyph ids 6 10 11 12 14 16 22 23 28 30 34 43 51 58 60 62 63 64 66 67 69 76 77 78 80 81 82 83 87 90 94 96 99 101 105 115 116 117 120 121 122 124 125 128 129 132 133 138 139 140 141 144 145 148 149 150 151 157 158 159 160 161 164 165 169 171 172 173 176 177 178 179 181 182 183 189 190 192 193 195 196 197 202 203 208 209 210 211 222 223 227 229 230 231 235 236 237 238 239 240 241 242 243 244 245 246 247 250 251 253 255 256 257 258 259 262 263 266 267 268 269 270 271 272 273 274 275 276 277 279 288 291 292 293 294 295 396 404 405 408 411 414 415 422 427 430 434 567 604 928 956) (font-family: \"blocksuite:surface:Kalam\" style:normal weight:400 stretch:100 src index:0) source: https://fonts.cdnfonts.com/s/13130/Kalam-Regular.woff\"]"
at utils/actions/misc.ts:324
322 | expect
323 | .soft('Unexpected console message: ' + message.text())
> 324 | .toBe(
| ^
325 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
326 | );
327 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:324:10)
|
Slow Test:
tests/edgeless/color-picker.spec.ts#L1
tests/edgeless/color-picker.spec.ts took 18.5s
|
🎭 Playwright Run Summary
7 failed
paragraph.spec.ts:1202:1 › arrow up/down navigation within and across paragraphs containing different types of text
paragraph.spec.ts:1298:3 › readonly mode › should readonly mode not be able to modify text ─────
selection/native.spec.ts:108:1 › native range delete with indent ───────────────────────────────
selection/native.spec.ts:373:1 › cursor move up and down through note ──────────────────────────
selection/native.spec.ts:1714:3 › should scroll text to view when drag to select at top or bottom edge › from top to bottom
slash-menu.spec.ts:763: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:48:1 › block level range delete ────────────────────────────────────────
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:787:1 › should not clear selected rects when scrolling the 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:1067:1 › undo should clear block selection ─────────────────────────────
selection/block.spec.ts:1094:1 › should not draw rect for sub selected blocks when entering tab key
selection/block.spec.ts:1140:1 › should not show option menu of image on block selection ───────
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/native.spec.ts:246:1 › native range selection backwards by forwardDelete ─────────────
selection/native.spec.ts:289:1 › cursor move to up and down with children block ────────────────
slash-menu.spec.ts:373: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:607:1 › should focus on code blocks created by the slash menu ───────────────
3 skipped
155 passed (4.9m)
|
🎭 Playwright Run Summary
28 failed
format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ────────
fragments/frame-panel.spec.ts:48:3 › frame panel › should display empty placeholder when no frames
fragments/frame-panel.spec.ts:58:3 › frame panel › should display frame cards when there are frames
fragments/frame-panel.spec.ts:85:3 › frame panel › should render edgeless note correctly in frame preview
fragments/frame-panel.spec.ts:107:3 › frame panel › should update panel when frames change ─────
fragments/frame-panel.spec.ts:136:3 › frame panel › should render edgeless note correctly after mode switch
fragments/frame-panel.spec.ts:203:5 › frame panel › select and de-select frame › by click on frame card
fragments/frame-panel.spec.ts:214:5 › frame panel › select and de-select frame › by click on blank area
fragments/frame-panel.spec.ts:230:3 › frame panel › should fit the viewport to the frame when double click frame card
fragments/frame-panel.spec.ts:252:3 › frame panel › should reorder frames when drag and drop frame card
fragments/outline/outline-panel.spec.ts:101:3 › toc-panel › should display title and headings when there are non-empty headings in editor
fragments/outline/outline-panel.spec.ts:162:3 › toc-panel › should add padding to sub-headings ─
hotkey/hotkey.spec.ts:97:1 › single line rich-text strikethrough hotkey ────────────────────────
hotkey/hotkey.spec.ts:337:1 › should support ctrl/cmd+shift+l convert to linked doc ────────────
image/image.spec.ts:95:1 › can click and copy image ────────────────────────────────────────────
inline/inline-editor.spec.ts:17:1 › basic input ────────────────────────────────────────────────
inline/inline-editor.spec.ts:181:1 › chinese input ─────────────────────────────────────────────
inline/inline-editor.spec.ts:229:1 › readonly mode ─────────────────────────────────────────────
inline/inline-editor.spec.ts:265:1 › basic styles ──────────────────────────────────────────────
inline/inline-editor.spec.ts:523:1 › overlapping styles ────────────────────────────────────────
inline/inline-editor.spec.ts:701:1 › input continuous spaces ───────────────────────────────────
inline/inline-editor.spec.ts:731:1 › select from the start of line using shift+arrow ───────────
inline/inline-editor.spec.ts:786:1 › getLine ───────────────────────────────────────────────────
inline/inline-editor.spec.ts:854:1 › embed ─────────────────────────────────────────────────────
inline/inline-editor.spec.ts:924:1 › delete embed when pressing backspace after embed ──────────
inline/inline-editor.spec.ts:994:1 › triple click to select line ───────────────────────────────
link.spec.ts:274:1 › should keyboard work in link popover ──────────────────────────────────────
7 flaky
format-bar.spec.ts:414:1 › should format bar follow scroll ─────────────────────────────────────
format-bar.spec.ts:512:1 › should format quick bar work in single block selection ──────────────
format-bar.spec.ts:563:1 › should format quick bar work in multiple block selection ────────────
format-bar.spec.ts:797:1 › should convert to database work ─────────────────────────────────────
image/image.spec.ts:38:1 › can drag resize image by left menu ──────────────────────────────────
image/image.spec.ts:60:1 › can drag resize image by right menu ─────────────────────────────────
list.spec.ts:653:3 › toggle list › click toggle icon should collapsed list ─────────────────────
2 skipped
142 passed (6.6m)
|
🎭 Playwright Run Summary
30 failed
attachment.spec.ts:127:1 › can insert attachment from slash menu ───────────────────────────────
attachment.spec.ts:177:1 › should undo/redo works for attachment ───────────────────────────────
attachment.spec.ts:287:1 › should rename attachment works ──────────────────────────────────────
attachment.spec.ts:326:1 › should turn attachment to image works ───────────────────────────────
attachment.spec.ts:406:1 › should attachment can be deleted ────────────────────────────────────
attachment.spec.ts:445:1 › support dragging attachment block directly ──────────────────────────
attachment.spec.ts:614:1 › press backspace after bookmark block can select bookmark block ──────
attachment.spec.ts:636:1 › cancel file picker with input element resolves ──────────────────────
attachment.spec.ts:670:1 › indent attachment block to paragraph ────────────────────────────────
attachment.spec.ts:697:1 › indent attachment block to list ─────────────────────────────────────
attachment.spec.ts:725:1 › attachment can be dragged from note to surface top level block ──────
basic.spec.ts:414:1 › when no note block, click editing area auto add a new note block ─────────
bookmark.spec.ts:137:1 › support dragging bookmark block directly ──────────────────────────────
bookmark.spec.ts:231:3 › embed card toolbar › copy bookmark url by copy button ─────────────────
bookmark.spec.ts:244:3 › embed card toolbar › change card style ────────────────────────────────
clipboard/clipboard.spec.ts:325:1 › clipboard copy nested items ────────────────────────────────
clipboard/list.spec.ts:96:1 › copy a nested list by clicking button, the clipboard data should be complete
clipboard/list.spec.ts:522:1 › copy canvas element and text note in edgeless mode ──────────────
code/readonly.spec.ts:44:1 › should not be able to modify code block in readonly mode ──────────
code/selections.spec.ts:89:1 › drag select code block can delete it ────────────────────────────
database/column.spec.ts:79:3 › column operations › should support right insert column ──────────
database/column.spec.ts:95:3 › column operations › should support left insert column ───────────
database/column.spec.ts:141:3 › column operations › should support move column right ───────────
database/column.spec.ts:163:3 › column operations › should support move column left ────────────
database/column.spec.ts:554:3 › drag-to-fill › should fill columns with data ───────────────────
database/database.spec.ts:88:1 › edit column title ─────────────────────────────────────────────
database/database.spec.ts:373:1 › support drag and drop the add button to insert row ───────────
database/database.spec.ts:616:3 › readonly mode › database title should not be edited in readonly mode
database/database.spec.ts:651:3 › readonly mode › should rich-text not be edited in readonly mode
database/selection.spec.ts:280:3 › cell-level selection › should support backspace key to delete cell's content
2 flaky
clipboard/list.spec.ts:602:1 › should keep paragraph block's type when pasting at the start of empty paragraph block except type text
clipboard/list.spec.ts:677:1 › paste in list format ────────────────────────────────────────────
5 skipped
143 passed (8.6m)
|
🎭 Playwright Run Summary
39 failed
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ────────────────────────
edgeless/group/group.spec.ts:184:5 › group › delete › delete sub-element in group ──────────────
edgeless/group/group.spec.ts:218:5 › group › delete › delete group in group ────────────────────
edgeless/group/release.spec.ts:41:3 › release from group › release element from group ──────────
edgeless/group/release.spec.ts:71:3 › release from group › release group from group ────────────
edgeless/group/title.spec.ts:30:3 › group title › edit group title by component toolbar ────────
edgeless/group/title.spec.ts:39:3 › group title › edit group title by dbclick ──────────────────
edgeless/group/title.spec.ts:51:3 › group title › blur unmount group editor ────────────────────
edgeless/group/title.spec.ts:62:3 › group title › enter unmount group editor ───────────────────
edgeless/linked-doc.spec.ts:27:3 › note to linked doc › select a note and turn it into a linked doc
edgeless/linked-doc.spec.ts:52:3 › note to linked doc › turn note into a linked doc, connector keeps
edgeless/linked-doc.spec.ts:113:3 › single edgeless element to linked doc › select a shape, turn into a linked doc
edgeless/linked-doc.spec.ts:135:3 › single edgeless element to linked doc › select a connector, turn into a linked doc
edgeless/linked-doc.spec.ts:150:3 › single edgeless element to linked doc › select a brush, turn into a linked doc
edgeless/linked-doc.spec.ts:174:3 › single edgeless element to linked doc › select a group, turn into a linked doc
edgeless/linked-doc.spec.ts:208:3 › single edgeless element to linked doc › select a frame, turn into a linked doc
edgeless/linked-doc.spec.ts:249:3 › multiple edgeless elements to linked doc › multi-select note, frame, shape, connector, brush and group, turn it into a linked doc
edgeless/linked-doc.spec.ts:293:3 › multiple edgeless elements to linked doc › multi-select with embed doc card inside, turn it into a linked doc
edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc
edgeless/mindmap.spec.ts:23:1 › elements should be selectable after open mindmap menu ──────────
edgeless/mindmap.spec.ts:39:1 › undo deletion of mindmap should restore the deleted element ────
edgeless/note/note.spec.ts:311:1 › cursor for active and inactive state ────────────────────────
edgeless/note/scale.spec.ts:88:3 › note scale › Note scale can be changed by scale panel input ─
edgeless/note/scale.spec.ts:100:3 › note scale › Note scale input support copy paste ───────────
edgeless/pan.spec.ts:199:3 › pan tool in readonly mode › can be used by keyboard ───────────────
edgeless/paste-block.spec.ts:39:3 › pasting blocks › pasting a note block ──────────────────────
edgeless/paste-block.spec.ts:67:3 › pasting blocks › pasting a edgeless block ──────────────────
edgeless/presentation.spec.ts:19:3 › presentation › should render note when enter presentation mode
edgeless/presentation.spec.ts:52:3 › presentation › should exit presentation mode when press escape
edgeless/reordering.spec.ts:45:5 › reordering › group index › group ────────────────────────────
edgeless/reordering.spec.ts:60:5 › reordering › group index › release from group ───────────────
edgeless/reordering.spec.ts:79:5 › reordering › group index › ungroup ──────────────────────────
edgeless/reordering.spec.ts:247:5 › reordering › reordering notes › bring to front ─────────────
edgeless/rotation.spec.ts:18:3 › rotation › angle adjustment by four corners ───────────────────
edgeless/shape.spec.ts:284:1 › hovering on shape should not have effect on underlying block ────
edgeless/shortcut.spec.ts:243:1 › cmd + A should select all elements by default ────────────────
edgeless/snap.spec.ts:13:3 › snap › snap ───────────────────────────────────────────────────────
edgeless/snap.spec.ts:29:3 › snap › snapDistribute ────────────────────
|
🎭 Playwright Run Summary
117 failed
edgeless/auto-complete.spec.ts:46:5 › auto-complete › click on auto-complete button › click on right auto-complete button
edgeless/auto-complete.spec.ts:53:5 › auto-complete › click on auto-complete button › click on bottom auto-complete button
edgeless/auto-complete.spec.ts:60:5 › auto-complete › click on auto-complete button › click on left auto-complete button
edgeless/auto-complete.spec.ts:67:5 › auto-complete › click on auto-complete button › click on top auto-complete button
edgeless/auto-complete.spec.ts:75:5 › auto-complete › click on auto-complete button › click on note auto-complete button
edgeless/auto-complete.spec.ts:93:5 › auto-complete › drag on auto-complete button › drag on right auto-complete button to add shape
edgeless/auto-complete.spec.ts:108:5 › auto-complete › drag on auto-complete button › drag on right auto-complete button to add canvas text
edgeless/auto-complete.spec.ts:133:5 › auto-complete › drag on auto-complete button › drag on right auto-complete button to add note
edgeless/auto-complete.spec.ts:227:5 › auto-complete › drag on auto-complete button › drag on right auto-complete button to add frame
edgeless/auto-connect.spec.ts:22:3 › auto-connect › navigator ──────────────────────────────────
edgeless/auto-connect.spec.ts:63:3 › auto-connect › should display index label when select note
edgeless/auto-connect.spec.ts:87:3 › auto-connect › should hide index label when dragging note ─
edgeless/auto-connect.spec.ts:120:3 › auto-connect › should update index label position after dragging
edgeless/basic.spec.ts:210:1 › option/alt mouse drag duplicate a new element ───────────────────
edgeless/basic.spec.ts:290:1 › shift click multi select and de-select ──────────────────────────
edgeless/brush.spec.ts:94:1 › keep same color when mouse mode switched back to brush ───────────
edgeless/clipboard.spec.ts:34:3 › mime › should paste svg in text/plain mime ───────────────────
edgeless/clipboard.spec.ts:52:3 › mime › should not paste bad svg ──────────────────────────────
edgeless/clipboard.spec.ts:82:3 › frame clipboard › copy and paste frame with shape elements inside
edgeless/clipboard.spec.ts:103:3 › frame clipboard › copy and paste frame with group elements inside
edgeless/clipboard.spec.ts:127:3 › frame clipboard › copy and paste frame with frame inside ────
edgeless/clipboard.spec.ts:153:3 › frame clipboard › cut frame with shape elements inside ──────
edgeless/clipboard.spec.ts:176:3 › pasting URLs › pasting github pr url ────────────────────────
edgeless/clipboard.spec.ts:188:3 › pasting URLs › pasting internal link ────────────────────────
edgeless/clipboard.spec.ts:217:3 › pasting URLs › pasting external link ────────────────────────
edgeless/connector/clipboard.spec.ts:22:3 › connector clipboard › copy and paste connector whose both sides connect nothing
edgeless/connector/clipboard.spec.ts:45:3 › connector clipboard › copy and paste connector whose both sides connect elements
edgeless/connector/clipboard.spec.ts:69:3 › connector clipboard › copy and paste connector whose both sides connect elements, but only paste connector
edgeless/connector/clipboard.spec.ts:92:3 › connector clipboard › copy and paste connector whose one side connects elements
edgeless/connector/clipboard.spec.ts:114:3 › connector clipboard › original relative index should keep same when copy and paste group with note and shape
edgeless/connector/connector.spec.ts:28:1 › path #1, the upper line is parallel with the lower line of antoher, and anchor from top to bottom of another
edgeless/connector/connector.spec.ts:48:1 › path #2, the top-right point is overlapped with the bottom-left point of another, and anchor from top to bottom of another
edgeless/connector/connector.spec.ts:66:1 › path #3, the two shape are parallel in x axis, the anchor from the right to right
edgeless/connector/connector.spec.ts:84:1 › when element is removed, connector should be de
|
🎭 Playwright Run Summary
155 failed
format-bar.spec.ts:173:1 › should format quick bar hide when type text ─────────────────────────
format-bar.spec.ts:184:1 › should format quick bar be able to format text ──────────────────────
format-bar.spec.ts:237:1 › should format quick bar be able to change background color ──────────
format-bar.spec.ts:282:1 › should format quick bar be able to format text when select multiple line
format-bar.spec.ts:307:1 › should format quick bar be able to link text ────────────────────────
format-bar.spec.ts:344:1 › should format quick bar be able to change to heading paragraph type ─
format-bar.spec.ts:381:1 › should format quick bar show when double click text ─────────────────
format-bar.spec.ts:396:1 › should format quick bar not show at readonly mode ───────────────────
format-bar.spec.ts:414:1 › should format bar follow scroll ─────────────────────────────────────
format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
format-bar.spec.ts:489:1 › should format quick bar action status updated while undo ────────────
format-bar.spec.ts:512:1 › should format quick bar work in single block selection ──────────────
format-bar.spec.ts:563:1 › should format quick bar work in multiple block selection ────────────
format-bar.spec.ts:612:1 › should format quick bar with block selection works when update block type
format-bar.spec.ts:656:1 › should format quick bar show after convert to code block ────────────
format-bar.spec.ts:680:1 › buttons in format quick bar should have correct active styles ───────
format-bar.spec.ts:712:1 › should format bar style active correctly ────────────────────────────
format-bar.spec.ts:741:1 › should format quick bar show when double click button ───────────────
format-bar.spec.ts:756:1 › should the database action icon show correctly ──────────────────────
format-bar.spec.ts:797:1 › should convert to database work ─────────────────────────────────────
format-bar.spec.ts:817:1 › should show format-quick-bar and select all text of the block when triple clicking on text
format-bar.spec.ts:864:1 › should update the format quick bar state when there is a change in keyboard selection
format-bar.spec.ts:895:1 › format quick bar should not break cursor jumping ────────────────────
format-bar.spec.ts:914:1 › selecting image should not show format bar ──────────────────────────
format-bar.spec.ts:928:1 › create linked doc from block selection with format bar ──────────────
format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ────────
format-bar.spec.ts:991:3 › more menu button › should be able to perform the duplicate action ───
format-bar.spec.ts:1009:3 › more menu button › should be able to perform the delete action ─────
fragments/frame-panel.spec.ts:48:3 › frame panel › should display empty placeholder when no frames
fragments/frame-panel.spec.ts:58:3 › frame panel › should display frame cards when there are frames
fragments/frame-panel.spec.ts:85:3 › frame panel › should render edgeless note correctly in frame preview
fragments/frame-panel.spec.ts:107:3 › frame panel › should update panel when frames change ─────
fragments/frame-panel.spec.ts:136:3 › frame panel › should render edgeless note correctly after mode switch
fragments/frame-panel.spec.ts:203:5 › frame panel › select and de-select frame › by click on frame card
fragments/frame-panel.spec.ts:214:5 › frame panel › select and de-select frame › by click on blank area
fragments/frame-panel.spec.ts:230:3 › frame panel › should fit the viewport to the frame when double click frame card
fragments/frame-panel.spec.ts:252:3 › frame panel › should reorder frames when drag and drop frame card
fragments/outline/outline-panel.spec.ts:64:3 › toc-panel › should display placeholder when no headings
fragments/outline/outline-panel.spec.ts:79:3 › toc-panel › should not display empty when there are only empty h
|
🎭 Playwright Run Summary
174 failed
attachment.spec.ts:127:1 › can insert attachment from slash menu ───────────────────────────────
attachment.spec.ts:177:1 › should undo/redo works for attachment ───────────────────────────────
attachment.spec.ts:287:1 › should rename attachment works ──────────────────────────────────────
attachment.spec.ts:326:1 › should turn attachment to image works ───────────────────────────────
attachment.spec.ts:406:1 › should attachment can be deleted ────────────────────────────────────
attachment.spec.ts:445:1 › support dragging attachment block directly ──────────────────────────
attachment.spec.ts:614:1 › press backspace after bookmark block can select bookmark block ──────
attachment.spec.ts:636:1 › cancel file picker with input element resolves ──────────────────────
attachment.spec.ts:670:1 › indent attachment block to paragraph ────────────────────────────────
attachment.spec.ts:697:1 › indent attachment block to list ─────────────────────────────────────
attachment.spec.ts:725:1 › attachment can be dragged from note to surface top level block ──────
basic.spec.ts:48:1 › basic input ───────────────────────────────────────────────────────────────
basic.spec.ts:61:1 › basic init with external text ─────────────────────────────────────────────
basic.spec.ts:92:1 › basic multi user state ────────────────────────────────────────────────────
basic.spec.ts:114:1 › A open and edit, then joins B ────────────────────────────────────────────
basic.spec.ts:146:1 › A first open, B first edit ───────────────────────────────────────────────
basic.spec.ts:212:1 › basic paired undo/redo ───────────────────────────────────────────────────
basic.spec.ts:230:1 › undo/redo with keyboard ──────────────────────────────────────────────────
basic.spec.ts:243:1 › undo after adding block twice ────────────────────────────────────────────
basic.spec.ts:258:1 › undo/redo twice after adding block twice ─────────────────────────────────
basic.spec.ts:280:1 › should undo/redo works on title ──────────────────────────────────────────
basic.spec.ts:317:1 › undo multi notes ─────────────────────────────────────────────────────────
basic.spec.ts:331:1 › change theme ─────────────────────────────────────────────────────────────
basic.spec.ts:344:1 › should be able to delete an emoji completely by pressing backspace once ──
basic.spec.ts:362:1 › delete emoji in the middle of the text ───────────────────────────────────
basic.spec.ts:382:1 › delete emoji forward ─────────────────────────────────────────────────────
basic.spec.ts:398:1 › ZERO_WIDTH_SPACE should be counted by one cursor position ────────────────
basic.spec.ts:414:1 › when no note block, click editing area auto add a new note block ─────────
basic.spec.ts:436:1 › automatic identify url text ──────────────────────────────────────────────
basic.spec.ts:447:1 › ctrl+delete to delete one word forward ───────────────────────────────────
basic.spec.ts:457:1 › extended inline format ───────────────────────────────────────────────────
bookmark.spec.ts:69:1 › create bookmark by slash menu ──────────────────────────────────────────
bookmark.spec.ts:76:1 › covert bookmark block to link text ─────────────────────────────────────
bookmark.spec.ts:88:1 › copy url to create bookmark in page mode ───────────────────────────────
bookmark.spec.ts:109:1 › copy url to create bookmark in edgeless mode ──────────────────────────
bookmark.spec.ts:137:1 › support dragging bookmark block directly ──────────────────────────────
bookmark.spec.ts:194:1 › press backspace after bookmark block can select bookmark block ────────
bookmark.spec.ts:227:3 › embed card toolbar › show toolbar when bookmark selected ──────────────
bookmark.spec.ts:231:3 › embed card toolbar › copy bookmark url by copy button ─────────────────
bookmark.spec.ts:244:3 › embed card toolbar › change card style ────────────────────────────────
bookmark.spec.ts:268:1 › indent bookmar
|
🎭 Playwright Run Summary
173 failed
markdown.spec.ts:459:3 › markdown inline-text › code ───────────────────────────────────────────
markdown.spec.ts:514:1 › inline code should work when pressing Enter followed by Backspace twice
multiple-editors/selection.spec.ts:13:1 › should only show one format bar when multiple editors are toggled
paragraph.spec.ts:57:1 › init paragraph by page title enter at last ────────────────────────────
paragraph.spec.ts:81:1 › init paragraph by page title enter in middle ──────────────────────────
paragraph.spec.ts:96:1 › drag over paragraph title ─────────────────────────────────────────────
paragraph.spec.ts:113:1 › backspace and arrow on title ─────────────────────────────────────────
paragraph.spec.ts:150:3 › backspace on line start of the first block (without surface) ─────────
paragraph.spec.ts:188:3 › backspace on line start of the first empty block (without surface) ───
paragraph.spec.ts:150:3 › backspace on line start of the first block (with surface) ────────────
paragraph.spec.ts:188:3 › backspace on line start of the first empty block (with surface) ──────
paragraph.spec.ts:204:1 › append new paragraph block by enter ──────────────────────────────────
paragraph.spec.ts:226:1 › insert new paragraph block by enter ──────────────────────────────────
paragraph.spec.ts:249:1 › split paragraph block by enter ───────────────────────────────────────
paragraph.spec.ts:311:1 › add multi line by soft enter ─────────────────────────────────────────
paragraph.spec.ts:335:1 › indent and unindent existing paragraph block ─────────────────────────
paragraph.spec.ts:364:1 › remove all indent for a paragraph block ──────────────────────────────
paragraph.spec.ts:384:1 › update paragraph with children to head type ──────────────────────────
paragraph.spec.ts:427:1 › should indent and unindent works with children ───────────────────────
paragraph.spec.ts:550:1 › paragraph with child block should work at enter ──────────────────────
paragraph.spec.ts:573:1 › should delete paragraph block child can hold cursor in correct position
paragraph.spec.ts:597:1 › switch between paragraph types ───────────────────────────────────────
paragraph.spec.ts:621:1 › delete at start of paragraph block ───────────────────────────────────
paragraph.spec.ts:647:1 › delete at start of paragraph immediately following list ──────────────
paragraph.spec.ts:715:1 › delete at start of paragraph with content ────────────────────────────
paragraph.spec.ts:737:1 › get focus from page title enter ──────────────────────────────────────
paragraph.spec.ts:749:1 › handling keyup when cursor located in first paragraph ────────────────
paragraph.spec.ts:767:1 › after deleting a text row, cursor should jump to the end of previous list row
paragraph.spec.ts:788:1 › press tab in paragraph children ──────────────────────────────────────
paragraph.spec.ts:807:1 › press left in first paragraph start should not change cursor position
paragraph.spec.ts:821:1 › press arrow down should move caret to the start of line ──────────────
paragraph.spec.ts:856:1 › press arrow up in the second line should move caret to the first line
paragraph.spec.ts:908:1 › press arrow down in indent line should not move caret to the start of line
paragraph.spec.ts:953:1 › should placeholder works ─────────────────────────────────────────────
paragraph.spec.ts:980:1 › should placeholder not show when multiple blocks are selected ────────
paragraph.spec.ts:1026:3 › press ArrowDown when cursor is at the last line of a block › move cursor to next block if this block is _not_ the last block in the page
paragraph.spec.ts:1039:3 › press ArrowDown when cursor is at the last line of a block › move cursor to the end of line if the block is the last block in the page
paragraph.spec.ts:1055:1 › delete empty text paragraph block should keep children blocks when following custom blocks
paragraph.spec.ts:1091:1 › delete first paragraph with ch
|
🎭 Playwright Run Summary
165 failed
edgeless/group/group.spec.ts:162:5 › group › delete › delete root group ────────────────────────
edgeless/group/group.spec.ts:184:5 › group › delete › delete sub-element in group ──────────────
edgeless/group/group.spec.ts:218:5 › group › delete › delete group in group ────────────────────
edgeless/group/release.spec.ts:41:3 › release from group › release element from group ──────────
edgeless/group/release.spec.ts:71:3 › release from group › release group from group ────────────
edgeless/group/title.spec.ts:30:3 › group title › edit group title by component toolbar ────────
edgeless/group/title.spec.ts:39:3 › group title › edit group title by dbclick ──────────────────
edgeless/group/title.spec.ts:51:3 › group title › blur unmount group editor ────────────────────
edgeless/group/title.spec.ts:62:3 › group title › enter unmount group editor ───────────────────
edgeless/linked-doc.spec.ts:27:3 › note to linked doc › select a note and turn it into a linked doc
edgeless/linked-doc.spec.ts:52:3 › note to linked doc › turn note into a linked doc, connector keeps
edgeless/linked-doc.spec.ts:113:3 › single edgeless element to linked doc › select a shape, turn into a linked doc
edgeless/linked-doc.spec.ts:135:3 › single edgeless element to linked doc › select a connector, turn into a linked doc
edgeless/linked-doc.spec.ts:150:3 › single edgeless element to linked doc › select a brush, turn into a linked doc
edgeless/linked-doc.spec.ts:174:3 › single edgeless element to linked doc › select a group, turn into a linked doc
edgeless/linked-doc.spec.ts:208:3 › single edgeless element to linked doc › select a frame, turn into a linked doc
edgeless/linked-doc.spec.ts:249:3 › multiple edgeless elements to linked doc › multi-select note, frame, shape, connector, brush and group, turn it into a linked doc
edgeless/linked-doc.spec.ts:293:3 › multiple edgeless elements to linked doc › multi-select with embed doc card inside, turn it into a linked doc
edgeless/linked-doc.spec.ts:328:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc
edgeless/mindmap.spec.ts:23:1 › elements should be selectable after open mindmap menu ──────────
edgeless/mindmap.spec.ts:39:1 › undo deletion of mindmap should restore the deleted element ────
edgeless/note/drag-handle.spec.ts:21:1 › drag handle should be shown when a note is activated in default mode or hidden in other modes
edgeless/note/drag-handle.spec.ts:57:1 › drag handle can drag note into another note ───────────
edgeless/note/drag-handle.spec.ts:108:1 › drag handle should work inside one note ──────────────
edgeless/note/drag-handle.spec.ts:122:1 › drag handle should work across multiple notes ────────
edgeless/note/mode.spec.ts:14:1 › Note added on doc mode should display on both modes by default
edgeless/note/mode.spec.ts:28:1 › Note added on edgeless mode should display on edgeless only by default
edgeless/note/mode.spec.ts:47:1 › Note can be changed to display on doc and edgeless mode ──────
edgeless/note/note.spec.ts:59:1 › can drag selected non-active note ────────────────────────────
edgeless/note/note.spec.ts:84:1 › add Note ─────────────────────────────────────────────────────
edgeless/note/note.spec.ts:99:1 › add empty Note ───────────────────────────────────────────────
edgeless/note/note.spec.ts:123:1 › always keep at least 1 note block ───────────────────────────
edgeless/note/note.spec.ts:137:1 › edgeless arrow up/down ──────────────────────────────────────
edgeless/note/note.spec.ts:169:1 › dragging un-selected note ───────────────────────────────────
edgeless/note/note.spec.ts:205:1 › format quick bar should show up when double-clicking on text
edgeless/note/note.spec.ts:228:1 › when editing text in edgeless, should hide component toolbar
edgeless/note/note.spec.ts:246:1 › duplicate note should work correctly ────────────────────────
edgeless/note/note.spec.ts:27
|
🎭 Playwright Run Summary
179 failed
database/selection.spec.ts:375:3 › kanban view selection › should support move cell's focus by arrow key(up&down) within multi cards
database/selection.spec.ts:409:3 › kanban view selection › should support move cell's focus by arrow key(left&right)
database/selection.spec.ts:440:3 › kanban view selection › should support move card's focus by arrow key(up&down)
database/selection.spec.ts:475:3 › kanban view selection › should support move card's focus by arrow key(left&right)
database/selection.spec.ts:506:3 › kanban view selection › should support multi card selection ─
database/statistics.spec.ts:44:3 › title › empty count ─────────────────────────────────────────
database/statistics.spec.ts:63:3 › rich-text › empty count ─────────────────────────────────────
database/statistics.spec.ts:84:3 › select › empty count ────────────────────────────────────────
database/title.spec.ts:12:3 › title › should able to link doc by press @ ───────────────────────
drag.spec.ts:27:1 › only have one drag handle in screen ────────────────────────────────────────
drag.spec.ts:63:1 › move drag handle in paragraphs ─────────────────────────────────────────────
drag.spec.ts:73:1 › move drag handle in list ───────────────────────────────────────────────────
drag.spec.ts:83:1 › move drag handle in nested block ───────────────────────────────────────────
drag.spec.ts:117:1 › move drag handle into another block ───────────────────────────────────────
drag.spec.ts:165:1 › move to the last block of each level in multi-level nesting ───────────────
drag.spec.ts:231:1 › should sync selected-blocks to session-manager when clicking drag handle ──
drag.spec.ts:253:1 › should be able to drag & drop multiple blocks ─────────────────────────────
drag.spec.ts:284:1 › should be able to drag & drop multiple blocks to nested block ─────────────
drag.spec.ts:336:1 › should blur rich-text first on starting block selection ───────────────────
drag.spec.ts:353:1 › hide drag handle when mouse is hovering over the title ────────────────────
drag.spec.ts:376:1 › should create preview when dragging ───────────────────────────────────────
drag.spec.ts:413:1 › should drag and drop blocks under block-level selection ───────────────────
drag.spec.ts:464:1 › should trigger click event on editor container when clicking on blocks under block-level selection
drag.spec.ts:506:1 › should get to selected block when dragging unselected block ───────────────
drag.spec.ts:551:1 › should clear the currently selected block when clicked again ──────────────
drag.spec.ts:614:1 › should support moving blocks from multiple notes ──────────────────────────
drag.spec.ts:716:1 › drag handle should show on right block when scroll viewport ───────────────
edgeless/auto-complete.spec.ts:46:5 › auto-complete › click on auto-complete button › click on right auto-complete button
edgeless/auto-complete.spec.ts:53:5 › auto-complete › click on auto-complete button › click on bottom auto-complete button
edgeless/auto-complete.spec.ts:60:5 › auto-complete › click on auto-complete button › click on left auto-complete button
edgeless/auto-complete.spec.ts:67:5 › auto-complete › click on auto-complete button › click on top auto-complete button
edgeless/auto-complete.spec.ts:75:5 › auto-complete › click on auto-complete button › click on note auto-complete button
edgeless/auto-complete.spec.ts:93:5 › auto-complete › drag on auto-complete button › drag on right auto-complete button to add shape
edgeless/auto-complete.spec.ts:108:5 › auto-complete › drag on auto-complete button › drag on right auto-complete button to add canvas text
edgeless/auto-complete.spec.ts:133:5 › auto-complete › drag on auto-complete button › drag on right auto-complete button to add note
edgeless/auto-complete.spec.ts:227:5 › auto-complete › drag on auto-complete button › drag on right auto-complete button to add frame
edgeless/auto-connect.spec.ts:22:3 › au
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results-e2e-macos-latest-firefox-1
Expired
|
458 MB |
|
test-results-e2e-macos-latest-firefox-2
Expired
|
524 MB |
|
test-results-e2e-macos-latest-firefox-3
Expired
|
481 MB |
|
test-results-e2e-macos-latest-firefox-4
Expired
|
416 MB |
|
test-results-e2e-macos-latest-firefox-5
Expired
|
453 MB |
|
test-results-e2e-macos-latest-webkit-1
Expired
|
84.6 MB |
|
test-results-e2e-macos-latest-webkit-2
Expired
|
329 MB |
|
test-results-e2e-macos-latest-webkit-3
Expired
|
109 MB |
|
test-results-e2e-macos-latest-webkit-4
Expired
|
64.1 MB |
|
test-results-e2e-macos-latest-webkit-5
Expired
|
54.9 MB |
|