Firefox and Webkit #159
browser-compatibility.yml
on: schedule
Install Dependencies
41s
Matrix: Browser Compatibility Test
Annotations
100 errors, 1 warning, and 10 notices
paragraph.spec.ts:1204:1 › arrow up/down navigation within and across paragraphs containing different types of text:
tests/utils/asserts.ts#L331
1) paragraph.spec.ts:1204: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:331
329 | [richTextIndex, currentEditorIndex]
330 | );
> 331 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
332 | }
333 |
334 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:331:18)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1237:3
|
paragraph.spec.ts:1204:1 › arrow up/down navigation within and across paragraphs containing different types of text:
tests/utils/asserts.ts#L331
1) paragraph.spec.ts:1204: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:331
329 | [richTextIndex, currentEditorIndex]
330 | );
> 331 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
332 | }
333 |
334 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:331:18)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1237:3
|
paragraph.spec.ts:1204:1 › arrow up/down navigation within and across paragraphs containing different types of text:
tests/utils/asserts.ts#L331
1) paragraph.spec.ts:1204: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:331
329 | [richTextIndex, currentEditorIndex]
330 | );
> 331 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
332 | }
333 |
334 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:331:18)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1237:3
|
paragraph.spec.ts:1204:1 › arrow up/down navigation within and across paragraphs containing different types of text:
tests/utils/asserts.ts#L331
1) paragraph.spec.ts:1204: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:331
329 | [richTextIndex, currentEditorIndex]
330 | );
> 331 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
332 | }
333 |
334 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:331:18)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1237:3
|
paragraph.spec.ts:1300:3 › readonly mode › should readonly mode not be able to modify text:
tests/utils/actions/misc.ts#L1223
2) paragraph.spec.ts:1300: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:1223
1221 | coordOffSet: { x: number; y: number } = { x: 0, y: 0 }
1222 | ) {
> 1223 | const coord = await page.evaluate(
| ^
1224 | ({ richTextIndex, vIndex, coordOffSet, currentEditorIndex }) => {
1225 | const editorHost =
1226 | document.querySelectorAll('editor-host')[currentEditorIndex];
at getIndexCoordinate (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:1223:28)
at dragBetweenIndices (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:47:28)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1310:11
|
paragraph.spec.ts:1300:3 › readonly mode › should readonly mode not be able to modify text:
tests/utils/actions/misc.ts#L1223
2) paragraph.spec.ts:1300: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:1223
1221 | coordOffSet: { x: number; y: number } = { x: 0, y: 0 }
1222 | ) {
> 1223 | const coord = await page.evaluate(
| ^
1224 | ({ richTextIndex, vIndex, coordOffSet, currentEditorIndex }) => {
1225 | const editorHost =
1226 | document.querySelectorAll('editor-host')[currentEditorIndex];
at getIndexCoordinate (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:1223:28)
at dragBetweenIndices (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:47:28)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1310:11
|
paragraph.spec.ts:1300:3 › readonly mode › should readonly mode not be able to modify text:
tests/utils/actions/misc.ts#L1223
2) paragraph.spec.ts:1300: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:1223
1221 | coordOffSet: { x: number; y: number } = { x: 0, y: 0 }
1222 | ) {
> 1223 | const coord = await page.evaluate(
| ^
1224 | ({ richTextIndex, vIndex, coordOffSet, currentEditorIndex }) => {
1225 | const editorHost =
1226 | document.querySelectorAll('editor-host')[currentEditorIndex];
at getIndexCoordinate (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:1223:28)
at dragBetweenIndices (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:47:28)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1310:11
|
paragraph.spec.ts:1300:3 › readonly mode › should readonly mode not be able to modify text:
tests/utils/actions/misc.ts#L1223
2) paragraph.spec.ts:1300: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:1223
1221 | coordOffSet: { x: number; y: number } = { x: 0, y: 0 }
1222 | ) {
> 1223 | const coord = await page.evaluate(
| ^
1224 | ({ richTextIndex, vIndex, coordOffSet, currentEditorIndex }) => {
1225 | const editorHost =
1226 | document.querySelectorAll('editor-host')[currentEditorIndex];
at getIndexCoordinate (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:1223:28)
at dragBetweenIndices (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:47:28)
at /Users/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1310:11
|
selection/native.spec.ts:66:1 › native range delete:
tests/utils/asserts.ts#L293
3) selection/native.spec.ts:66:1 › native range delete ───────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('affine-paragraph')
Expected: 1
Received: 3
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('affine-paragraph')
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
at utils/asserts.ts:293
291 | count: number
292 | ) {
> 293 | await expect(page.locator(`affine-${flavour}`)).toHaveCount(count);
| ^
294 | }
295 | export async function assertRowCount(page: Page, count: number) {
296 | await expect(page.locator('.affine-database-block-row')).toHaveCount(count);
at assertBlockCount (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:293:51)
at /Users/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:74:9
|
selection/native.spec.ts:66:1 › native range delete:
tests/utils/asserts.ts#L293
3) selection/native.spec.ts:66:1 › native range delete ───────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('affine-paragraph')
Expected: 1
Received: 3
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('affine-paragraph')
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
at utils/asserts.ts:293
291 | count: number
292 | ) {
> 293 | await expect(page.locator(`affine-${flavour}`)).toHaveCount(count);
| ^
294 | }
295 | export async function assertRowCount(page: Page, count: number) {
296 | await expect(page.locator('.affine-database-block-row')).toHaveCount(count);
at assertBlockCount (/Users/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:293:51)
at /Users/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:74:9
|
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:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L395
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778: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:41:7
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L395
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778: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:41:7
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L395
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778: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:41:7
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L395
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778: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:41:7
|
edgeless/group/group.spec.ts:71:5 › group › group create › create group and undo:
tests/utils/actions/misc.ts#L395
2) edgeless/group/group.spec.ts:71:5 › group › group create › create group and undo, redo ────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778: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:41:7
|
edgeless/group/group.spec.ts:71:5 › group › group create › create group and undo:
tests/utils/actions/misc.ts#L395
2) edgeless/group/group.spec.ts:71:5 › group › group create › create group and undo, redo ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778: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:41:7
|
edgeless/group/group.spec.ts:71:5 › group › group create › create group and undo:
tests/utils/actions/misc.ts#L395
2) edgeless/group/group.spec.ts:71:5 › group › group create › create group and undo, redo ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778: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:41:7
|
edgeless/group/group.spec.ts:71:5 › group › group create › create group and undo:
tests/utils/actions/misc.ts#L395
2) edgeless/group/group.spec.ts:71:5 › group › group create › create group and undo, redo ────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778: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:41:7
|
edgeless/group/group.spec.ts:88:5 › group › ungroup › ungroup by component toolbar:
tests/utils/actions/misc.ts#L395
3) edgeless/group/group.spec.ts:88:5 › group › ungroup › ungroup by component toolbar ────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778: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:85:7
|
edgeless/group/group.spec.ts:88:5 › group › ungroup › ungroup by component toolbar:
tests/utils/actions/misc.ts#L395
3) edgeless/group/group.spec.ts:88:5 › group › ungroup › ungroup by component toolbar ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778: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:85:7
|
format-bar.spec.ts:175:1 › should format quick bar hide when type text:
tests/format-bar.spec.ts#L181
1) format-bar.spec.ts:175:1 › should format quick bar hide when type text ────────────────────────
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')
179 | await dragBetweenIndices(page, [0, 0], [2, 3]);
180 | const { formatBar } = getFormatBar(page);
> 181 | await expect(formatBar).toBeVisible();
| ^
182 | await type(page, '1');
183 | await expect(formatBar).not.toBeVisible();
184 | });
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:181:27
|
format-bar.spec.ts:175:1 › should format quick bar hide when type text:
tests/format-bar.spec.ts#L181
1) format-bar.spec.ts:175:1 › should format quick bar hide when type text ────────────────────────
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')
179 | await dragBetweenIndices(page, [0, 0], [2, 3]);
180 | const { formatBar } = getFormatBar(page);
> 181 | await expect(formatBar).toBeVisible();
| ^
182 | await type(page, '1');
183 | await expect(formatBar).not.toBeVisible();
184 | });
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:181:27
|
format-bar.spec.ts:175:1 › should format quick bar hide when type text:
tests/format-bar.spec.ts#L181
1) format-bar.spec.ts:175:1 › should format quick bar hide when type text ────────────────────────
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')
179 | await dragBetweenIndices(page, [0, 0], [2, 3]);
180 | const { formatBar } = getFormatBar(page);
> 181 | await expect(formatBar).toBeVisible();
| ^
182 | await type(page, '1');
183 | await expect(formatBar).not.toBeVisible();
184 | });
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:181:27
|
format-bar.spec.ts:175:1 › should format quick bar hide when type text:
tests/format-bar.spec.ts#L181
1) format-bar.spec.ts:175:1 › should format quick bar hide when type text ────────────────────────
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')
179 | await dragBetweenIndices(page, [0, 0], [2, 3]);
180 | const { formatBar } = getFormatBar(page);
> 181 | await expect(formatBar).toBeVisible();
| ^
182 | await type(page, '1');
183 | await expect(formatBar).not.toBeVisible();
184 | });
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:181:27
|
format-bar.spec.ts:186:1 › should format quick bar be able to format text:
tests/format-bar.spec.ts#L198
2) format-bar.spec.ts:186:1 › should format quick bar be able to format text ─────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute(expected)
Locator: locator('.affine-format-bar-widget').getByTestId('bold')
Expected string: not ""
Received: <element(s) not found>
Call log:
- expect.not.toHaveAttribute with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByTestId('bold')
196 | getFormatBar(page);
197 |
> 198 | await expect(boldBtn).not.toHaveAttribute('active', '');
| ^
199 | await expect(italicBtn).not.toHaveAttribute('active', '');
200 | await expect(underlineBtn).not.toHaveAttribute('active', '');
201 | await expect(strikeBtn).not.toHaveAttribute('active', '');
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:198:29
|
format-bar.spec.ts:186:1 › should format quick bar be able to format text:
tests/format-bar.spec.ts#L198
2) format-bar.spec.ts:186:1 › should format quick bar be able to format text ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute(expected)
Locator: locator('.affine-format-bar-widget').getByTestId('bold')
Expected string: not ""
Received: <element(s) not found>
Call log:
- expect.not.toHaveAttribute with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByTestId('bold')
196 | getFormatBar(page);
197 |
> 198 | await expect(boldBtn).not.toHaveAttribute('active', '');
| ^
199 | await expect(italicBtn).not.toHaveAttribute('active', '');
200 | await expect(underlineBtn).not.toHaveAttribute('active', '');
201 | await expect(strikeBtn).not.toHaveAttribute('active', '');
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:198:29
|
format-bar.spec.ts:186:1 › should format quick bar be able to format text:
tests/format-bar.spec.ts#L198
2) format-bar.spec.ts:186:1 › should format quick bar be able to format text ─────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute(expected)
Locator: locator('.affine-format-bar-widget').getByTestId('bold')
Expected string: not ""
Received: <element(s) not found>
Call log:
- expect.not.toHaveAttribute with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByTestId('bold')
196 | getFormatBar(page);
197 |
> 198 | await expect(boldBtn).not.toHaveAttribute('active', '');
| ^
199 | await expect(italicBtn).not.toHaveAttribute('active', '');
200 | await expect(underlineBtn).not.toHaveAttribute('active', '');
201 | await expect(strikeBtn).not.toHaveAttribute('active', '');
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:198:29
|
format-bar.spec.ts:186:1 › should format quick bar be able to format text:
tests/format-bar.spec.ts#L198
2) format-bar.spec.ts:186:1 › should format quick bar be able to format text ─────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute(expected)
Locator: locator('.affine-format-bar-widget').getByTestId('bold')
Expected string: not ""
Received: <element(s) not found>
Call log:
- expect.not.toHaveAttribute with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByTestId('bold')
196 | getFormatBar(page);
197 |
> 198 | await expect(boldBtn).not.toHaveAttribute('active', '');
| ^
199 | await expect(italicBtn).not.toHaveAttribute('active', '');
200 | await expect(underlineBtn).not.toHaveAttribute('active', '');
201 | await expect(strikeBtn).not.toHaveAttribute('active', '');
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:198:29
|
format-bar.spec.ts:239:1 › should format quick bar be able to change background color:
tests/format-bar.spec.ts#L250
3) format-bar.spec.ts:239:1 › should format quick bar be able to change background color ─────────
TimeoutError: locator.hover: Timeout 5000ms exceeded.
Call log:
- waiting for locator('.affine-format-bar-widget').locator('.highlight-icon')
248 | const { highlight } = getFormatBar(page);
249 |
> 250 | await highlight.highlightBtn.hover();
| ^
251 | await expect(highlight.redForegroundBtn).toBeVisible();
252 | await expect(highlight.highlightBtn).toHaveAttribute(
253 | 'data-last-used',
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:250:32
|
format-bar.spec.ts:239:1 › should format quick bar be able to change background color:
tests/format-bar.spec.ts#L250
3) format-bar.spec.ts:239:1 › should format quick bar be able to change background color ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.hover: Timeout 5000ms exceeded.
Call log:
- waiting for locator('.affine-format-bar-widget').locator('.highlight-icon')
248 | const { highlight } = getFormatBar(page);
249 |
> 250 | await highlight.highlightBtn.hover();
| ^
251 | await expect(highlight.redForegroundBtn).toBeVisible();
252 | await expect(highlight.highlightBtn).toHaveAttribute(
253 | 'data-last-used',
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:250:32
|
edgeless/align.spec.ts:28:3 › auto arrange align › arrange shapes:
tests/utils/actions/misc.ts#L395
1) edgeless/align.spec.ts:28:3 › auto arrange align › arrange shapes ─────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/align.spec.ts:29:5
|
edgeless/align.spec.ts:28:3 › auto arrange align › arrange shapes:
tests/utils/actions/misc.ts#L395
1) edgeless/align.spec.ts:28:3 › auto arrange align › arrange shapes ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/align.spec.ts:29:5
|
edgeless/align.spec.ts:28:3 › auto arrange align › arrange shapes:
tests/utils/actions/misc.ts#L395
1) edgeless/align.spec.ts:28:3 › auto arrange align › arrange shapes ─────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/align.spec.ts:29:5
|
edgeless/align.spec.ts:28:3 › auto arrange align › arrange shapes:
tests/utils/actions/misc.ts#L395
1) edgeless/align.spec.ts:28:3 › auto arrange align › arrange shapes ─────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/align.spec.ts:29:5
|
edgeless/align.spec.ts:51:3 › auto arrange align › arrange rotated shapes:
tests/utils/actions/misc.ts#L395
2) edgeless/align.spec.ts:51:3 › auto arrange align › arrange rotated shapes ─────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/align.spec.ts:52:5
|
edgeless/align.spec.ts:51:3 › auto arrange align › arrange rotated shapes:
tests/utils/actions/misc.ts#L395
2) edgeless/align.spec.ts:51:3 › auto arrange align › arrange rotated shapes ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/align.spec.ts:52:5
|
edgeless/align.spec.ts:51:3 › auto arrange align › arrange rotated shapes:
tests/utils/actions/misc.ts#L395
2) edgeless/align.spec.ts:51:3 › auto arrange align › arrange rotated shapes ─────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/align.spec.ts:52:5
|
edgeless/align.spec.ts:51:3 › auto arrange align › arrange rotated shapes:
tests/utils/actions/misc.ts#L395
2) edgeless/align.spec.ts:51:3 › auto arrange align › arrange rotated shapes ─────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/align.spec.ts:52:5
|
edgeless/align.spec.ts:72:3 › auto arrange align › arrange connected shapes:
tests/utils/actions/misc.ts#L395
3) edgeless/align.spec.ts:72:3 › auto arrange align › arrange connected shapes ───────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/align.spec.ts:73:5
|
edgeless/align.spec.ts:72:3 › auto arrange align › arrange connected shapes:
tests/utils/actions/misc.ts#L395
3) edgeless/align.spec.ts:72:3 › auto arrange align › arrange connected shapes ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:395
393 |
394 | export async function resetHistory(page: Page) {
> 395 | await page.evaluate(() => {
| ^
396 | const space = window.doc;
397 | space.resetHistory();
398 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1778:9)
at /Users/runner/work/blocksuite/blocksuite/tests/edgeless/align.spec.ts:73:5
|
format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard:
tests/utils/actions/misc.ts#L331
1) format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard ──────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard:
tests/utils/actions/misc.ts#L331
1) format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard ──────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard:
tests/utils/actions/misc.ts#L331
1) format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard ──────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard:
tests/utils/actions/misc.ts#L331
1) format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard ──────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard:
tests/utils/actions/misc.ts#L331
1) format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard ──────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard:
tests/utils/actions/misc.ts#L331
1) format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard ──────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard:
tests/utils/actions/misc.ts#L331
1) format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard ──────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard:
tests/utils/actions/misc.ts#L331
1) format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard ──────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard:
tests/utils/actions/misc.ts#L331
1) format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard ──────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard:
tests/utils/actions/misc.ts#L331
1) format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard ──────────
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 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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L331
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L331
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L331
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L331
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L331
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L331
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L331
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L331
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L331
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
attachment.spec.ts:127:1 › can insert attachment from slash menu:
tests/utils/actions/misc.ts#L331
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 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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode:
tests/utils/actions/misc.ts#L331
1) list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode ─────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode:
tests/utils/actions/misc.ts#L331
1) list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode ─────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode:
tests/utils/actions/misc.ts#L331
1) list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode ─────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode:
tests/utils/actions/misc.ts#L331
1) list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode ─────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode:
tests/utils/actions/misc.ts#L331
1) list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode ─────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode:
tests/utils/actions/misc.ts#L331
1) list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode ─────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode:
tests/utils/actions/misc.ts#L331
1) list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode ─────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode:
tests/utils/actions/misc.ts#L331
1) list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode ─────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode:
tests/utils/actions/misc.ts#L331
1) list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode ─────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode:
tests/utils/actions/misc.ts#L331
1) list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode ─────────────────────
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 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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L331
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L331
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L331
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L331
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/edgeless.ts#L352
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('edgeless-toolbar-widget 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
- retry
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L331
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L331
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L331
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/misc.ts#L331
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G:
tests/utils/actions/edgeless.ts#L352
1) edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('edgeless-toolbar-widget 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
-
|
database/statistics.spec.ts:66:3 › rich-text › empty count:
tests/utils/actions/misc.ts#L331
1) database/statistics.spec.ts:66:3 › rich-text › empty count ────────────────────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
database/statistics.spec.ts:66:3 › rich-text › empty count:
tests/utils/actions/misc.ts#L331
1) database/statistics.spec.ts:66:3 › rich-text › empty count ────────────────────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
database/statistics.spec.ts:66:3 › rich-text › empty count:
tests/utils/actions/misc.ts#L331
1) database/statistics.spec.ts:66:3 › rich-text › empty count ────────────────────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
database/statistics.spec.ts:66:3 › rich-text › empty count:
tests/utils/actions/misc.ts#L331
1) database/statistics.spec.ts:66:3 › rich-text › empty count ────────────────────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
database/statistics.spec.ts:66:3 › rich-text › empty count:
tests/utils/actions/misc.ts#L331
1) database/statistics.spec.ts:66:3 › rich-text › empty count ────────────────────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
database/statistics.spec.ts:66:3 › rich-text › empty count:
tests/utils/actions/misc.ts#L331
1) database/statistics.spec.ts:66:3 › rich-text › empty count ────────────────────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
database/statistics.spec.ts:66:3 › rich-text › empty count:
tests/utils/actions/misc.ts#L331
1) database/statistics.spec.ts:66:3 › rich-text › empty count ────────────────────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
database/statistics.spec.ts:66:3 › rich-text › empty count:
tests/utils/actions/misc.ts#L331
1) database/statistics.spec.ts:66:3 › rich-text › empty count ────────────────────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
database/statistics.spec.ts:66:3 › rich-text › empty count:
tests/utils/actions/misc.ts#L331
1) database/statistics.spec.ts:66:3 › rich-text › empty count ────────────────────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
database/statistics.spec.ts:66:3 › rich-text › empty count:
tests/utils/actions/misc.ts#L331
1) database/statistics.spec.ts:66:3 › rich-text › empty count ────────────────────────────────────
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:331
329 | expect
330 | .soft('Unexpected console message: ' + message.text())
> 331 | .toBe(
| ^
332 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
333 | );
334 | }
at Page.<anonymous> (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:331:10)
|
Slow Test:
tests/edgeless/color-picker.spec.ts#L1
tests/edgeless/color-picker.spec.ts took 22.6s
|
🎭 Playwright Run Summary
16 failed
paragraph.spec.ts:1204:1 › arrow up/down navigation within and across paragraphs containing different types of text
paragraph.spec.ts:1300:3 › readonly mode › should readonly mode not be able to modify text ─────
selection/native.spec.ts:66:1 › native range delete ────────────────────────────────────────────
selection/native.spec.ts:84:1 › native range delete with indent ────────────────────────────────
selection/native.spec.ts:386:1 › select all text with dragging and delete ──────────────────────
selection/native.spec.ts:401:1 › select all text with dragging and delete by forwardDelete ─────
selection/native.spec.ts:446:1 › select text leaving a few words in the last line and delete ───
selection/native.spec.ts:464:1 › select text leaving a few words in the last line and delete by forwardDelete
selection/native.spec.ts:574:1 › select text in the same line with dragging rightward and move outside the affine-note
selection/native.spec.ts:621:1 › select text in the same line with dragging rightward and move outside the affine-note by forwardDelete
selection/native.spec.ts:693:1 › drag to select tagged text, and copy ──────────────────────────
selection/native.spec.ts:713:1 › drag to select tagged text, and input character ───────────────
selection/native.spec.ts:1427:1 › should collapse to end when press arrow-right on multi-line selection
selection/native.spec.ts:1690:3 › should scroll text to view when drag to select at top or bottom edge › from top to bottom
slash-menu.spec.ts:779:1 › should insert database ──────────────────────────────────────────────
zero-width.spec.ts:65:1 › create a paragraph-block while clicking between two non-paragraph-block
15 flaky
selection/block.spec.ts:48:1 › block level range delete ────────────────────────────────────────
selection/block.spec.ts:74:1 › block level range delete by forwardDelete ───────────────────────
selection/block.spec.ts:132:1 › select all should work for multiple notes in doc mode ──────────
selection/block.spec.ts:400:1 › should keep selection state when scrolling forward ─────────────
selection/block.spec.ts:592:1 › should keep selection state when scrolling forward with the scroll wheel
selection/block.spec.ts:966:1 › should clear block selection before native selection ───────────
selection/block.spec.ts:1340:1 › should not select parent block when dragging area only intersects with child
selection/native.spec.ts:149:1 › native range delete by forwardDelete ──────────────────────────
selection/native.spec.ts:195:1 › native range selection backwards ──────────────────────────────
selection/native.spec.ts:222:1 › native range selection backwards by forwardDelete ─────────────
selection/native.spec.ts:1577:1 › click to select divided ──────────────────────────────────────
slash-menu.spec.ts:106:3 › slash menu should show and hide correctly › delete the slash symbol should close the slash menu
slash-menu.spec.ts:376: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:698:3 › slash menu with date & time › should insert Yesterday's time string ─
slash-menu.spec.ts:748:3 › slash menu with style › should style empty line works ───────────────
3 skipped
154 passed (7.3m)
|
🎭 Playwright Run Summary
29 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: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:415:1 › when no note block, click editing area auto add a new note block ─────────
bookmark.spec.ts:241:3 › embed card toolbar › copy bookmark url by copy button ─────────────────
bookmark.spec.ts:254:3 › embed card toolbar › change card style ────────────────────────────────
bookmark.spec.ts:364:3 › embed youtube card › change youtube 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:82:3 › column operations › should support right insert column ──────────
database/column.spec.ts:98:3 › column operations › should support left insert column ───────────
database/column.spec.ts:144:3 › column operations › should support move column right ───────────
database/column.spec.ts:166:3 › column operations › should support move column left ────────────
database/column.spec.ts:559:3 › drag-to-fill › should fill columns with data ───────────────────
database/database.spec.ts:86:1 › edit column title ─────────────────────────────────────────────
database/database.spec.ts:342:1 › support drag and drop the add button to insert row ───────────
database/database.spec.ts:585:3 › readonly mode › database title should not be edited in readonly mode
database/database.spec.ts:621: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/clipboard.spec.ts:279:1 › paste parent block ─────────────────────────────────────────
code/copy-paste.spec.ts:129:1 › code block is empty, click code block copy menu, copy the empty code block
7 skipped
151 passed (8.2m)
|
🎭 Playwright Run Summary
49 failed
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ────
edgeless/group/group.spec.ts:71:5 › group › group create › create group and undo, redo ─────────
edgeless/group/group.spec.ts:88:5 › group › ungroup › ungroup by component toolbar ─────────────
edgeless/group/group.spec.ts:96:5 › group › ungroup › ungroup by shortcut mod + shift + G ──────
edgeless/group/group.spec.ts:104:5 › group › ungroup › ungroup and undo, redo ──────────────────
edgeless/group/group.spec.ts:123:5 › group › drag group › drag group to move ───────────────────
edgeless/group/group.spec.ts:138:5 › group › select › select group by click ────────────────────
edgeless/group/group.spec.ts:145:5 › group › select › select sub-element by first select group ─
edgeless/group/group.spec.ts:150:5 › group › select › select element when enter gorup ──────────
edgeless/group/group.spec.ts:163:5 › group › delete › delete root group ────────────────────────
edgeless/group/group.spec.ts:185:5 › group › delete › delete sub-element in group ──────────────
edgeless/group/group.spec.ts:219: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:173:3 › single edgeless element to linked doc › select a group, turn into a linked doc
edgeless/linked-doc.spec.ts:207:3 › single edgeless element to linked doc › select a frame, turn into a linked doc
edgeless/linked-doc.spec.ts:248: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:292: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:327:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc
edgeless/mindmap.spec.ts:27:1 › elements should be selectable after open mindmap menu ──────────
edgeless/mindmap.spec.ts:43:1 › undo deletion of mindmap should restore the deleted element ────
edgeless/mindmap.spec.ts:67:1 › drag mind map node to reorder the node ─────────────────────────
edgeless/note/note.spec.ts:319: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:231: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 ent
|
🎭 Playwright Run Summary
45 failed
format-bar.spec.ts:175:1 › should format quick bar hide when type text ─────────────────────────
format-bar.spec.ts:186:1 › should format quick bar be able to format text ──────────────────────
format-bar.spec.ts:239:1 › should format quick bar be able to change background color ──────────
format-bar.spec.ts:284:1 › should format quick bar be able to format text when select multiple line
format-bar.spec.ts:309:1 › should format quick bar be able to link text ────────────────────────
format-bar.spec.ts:346:1 › should format quick bar be able to change to heading paragraph type ─
format-bar.spec.ts:416:1 › should format bar follow scroll ─────────────────────────────────────
format-bar.spec.ts:450:1 › should format quick bar position correct at the start of second line
format-bar.spec.ts:743:1 › should format quick bar show when double click button ───────────────
format-bar.spec.ts:972: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:162:5 › frame panel › frame panel behavior after mode switch › should render edgeless note correctly after mode switch
fragments/frame-panel.spec.ts:196:5 › frame panel › frame panel behavior after mode switch › should update frame preview when note is moved
fragments/frame-panel.spec.ts:272:5 › frame panel › select and de-select frame › by click on frame card
fragments/frame-panel.spec.ts:283:5 › frame panel › select and de-select frame › by click on blank area
fragments/frame-panel.spec.ts:299:3 › frame panel › should fit the viewport to the frame when double click frame card
fragments/frame-panel.spec.ts:321: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:43:1 › rich-text hotkey scope on single press ────────────────────────────
hotkey/hotkey.spec.ts:57:1 › single line rich-text inline code hotkey ──────────────────────────
hotkey/hotkey.spec.ts:97:1 › single line rich-text strikethrough hotkey ────────────────────────
hotkey/hotkey.spec.ts:353:1 › should support ctrl/cmd+shift+l convert to linked doc ────────────
image/image.spec.ts:96: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 ───────────────────────────────
latex/inline.spec.ts:94:1 › update i
|
🎭 Playwright Run Summary
130 failed
edgeless/align.spec.ts:28:3 › auto arrange align › arrange shapes ──────────────────────────────
edgeless/align.spec.ts:51:3 › auto arrange align › arrange rotated shapes ──────────────────────
edgeless/align.spec.ts:72:3 › auto arrange align › arrange connected shapes ────────────────────
edgeless/align.spec.ts:87:3 › auto arrange align › arrange connector ───────────────────────────
edgeless/align.spec.ts:101:3 › auto arrange align › arrange edgeless text ──────────────────────
edgeless/align.spec.ts:123:3 › auto arrange align › arrange note ───────────────────────────────
edgeless/align.spec.ts:138:3 › auto arrange align › arrange group ──────────────────────────────
edgeless/align.spec.ts:155:3 › auto arrange align › arrange frame ──────────────────────────────
edgeless/align.spec.ts:178:3 › auto arrange align › arrange mindmap ────────────────────────────
edgeless/align.spec.ts:197:3 › auto arrange align › arrange shape, note, connector, brush and edgeless text
edgeless/align.spec.ts:233:3 › auto resize align › resize and arrange shapes ───────────────────
edgeless/align.spec.ts:256:3 › auto resize align › resize and arrange rotated shapes ───────────
edgeless/align.spec.ts:277:3 › auto resize align › resize and arrange connected shapes ─────────
edgeless/align.spec.ts:292:3 › auto resize align › resize and arrange connector ────────────────
edgeless/align.spec.ts:306:3 › auto resize align › resize and arrange edgeless text ────────────
edgeless/align.spec.ts:328:3 › auto resize align › resize and arrange note ─────────────────────
edgeless/align.spec.ts:343:3 › auto resize align › resize and arrange group ────────────────────
edgeless/align.spec.ts:360:3 › auto resize align › resize and arrange frame ────────────────────
edgeless/align.spec.ts:383:3 › auto resize align › resize and arrange mindmap ──────────────────
edgeless/align.spec.ts:402:3 › auto resize align › resize and arrange shape, note, connector, brush and text
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:211:1 › option/alt mouse drag duplicate a new element ───────────────────
edgeless/basic.spec.ts:291: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:
|
🎭 Playwright Run Summary
165 failed
format-bar.spec.ts:103:1 › should format quick bar show when select text by keyboard ───────────
format-bar.spec.ts:161:1 › should format quick bar can only display one at a time ──────────────
format-bar.spec.ts:175:1 › should format quick bar hide when type text ─────────────────────────
format-bar.spec.ts:186:1 › should format quick bar be able to format text ──────────────────────
format-bar.spec.ts:239:1 › should format quick bar be able to change background color ──────────
format-bar.spec.ts:284:1 › should format quick bar be able to format text when select multiple line
format-bar.spec.ts:309:1 › should format quick bar be able to link text ────────────────────────
format-bar.spec.ts:346:1 › should format quick bar be able to change to heading paragraph type ─
format-bar.spec.ts:383:1 › should format quick bar show when double click text ─────────────────
format-bar.spec.ts:398:1 › should format quick bar not show at readonly mode ───────────────────
format-bar.spec.ts:416:1 › should format bar follow scroll ─────────────────────────────────────
format-bar.spec.ts:450:1 › should format quick bar position correct at the start of second line
format-bar.spec.ts:491:1 › should format quick bar action status updated while undo ────────────
format-bar.spec.ts:514:1 › should format quick bar work in single block selection ──────────────
format-bar.spec.ts:565:1 › should format quick bar work in multiple block selection ────────────
format-bar.spec.ts:614:1 › should format quick bar with block selection works when update block type
format-bar.spec.ts:658:1 › should format quick bar show after convert to code block ────────────
format-bar.spec.ts:682:1 › buttons in format quick bar should have correct active styles ───────
format-bar.spec.ts:714:1 › should format bar style active correctly ────────────────────────────
format-bar.spec.ts:743:1 › should format quick bar show when double click button ───────────────
format-bar.spec.ts:758:1 › should the database action icon show correctly ──────────────────────
format-bar.spec.ts:799:1 › should convert to database work ─────────────────────────────────────
format-bar.spec.ts:819:1 › should show format-quick-bar and select all text of the block when triple clicking on text
format-bar.spec.ts:866:1 › should update the format quick bar state when there is a change in keyboard selection
format-bar.spec.ts:897:1 › format quick bar should not break cursor jumping ────────────────────
format-bar.spec.ts:916:1 › selecting image should not show format bar ──────────────────────────
format-bar.spec.ts:930:1 › create linked doc from block selection with format bar ──────────────
format-bar.spec.ts:972:3 › more menu button › should be able to perform the copy action ────────
format-bar.spec.ts:993:3 › more menu button › should be able to perform the duplicate action ───
format-bar.spec.ts:1011: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:162:5 › frame panel › frame panel behavior after mode switch › should render edgeless note correctly after mode switch
fragments/frame-panel.spec.ts:196:5 › frame panel › frame panel behavior after mode switch › should update frame preview when note is moved
fragments/frame-panel.spec.ts:272:5 › frame panel › select and de-select frame › by click on frame card
fragments/frame-panel.spec.ts:283:5 › frame panel › select and de-select frame › by click on blank area
fragments/frame-panel.spec.ts:299:3 › frame panel › should fit
|
🎭 Playwright Run Summary
178 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: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:49:1 › basic input ───────────────────────────────────────────────────────────────
basic.spec.ts:62:1 › basic init with external text ─────────────────────────────────────────────
basic.spec.ts:93:1 › basic multi user state ────────────────────────────────────────────────────
basic.spec.ts:115:1 › A open and edit, then joins B ────────────────────────────────────────────
basic.spec.ts:147:1 › A first open, B first edit ───────────────────────────────────────────────
basic.spec.ts:213:1 › basic paired undo/redo ───────────────────────────────────────────────────
basic.spec.ts:231:1 › undo/redo with keyboard ──────────────────────────────────────────────────
basic.spec.ts:244:1 › undo after adding block twice ────────────────────────────────────────────
basic.spec.ts:259:1 › undo/redo twice after adding block twice ─────────────────────────────────
basic.spec.ts:281:1 › should undo/redo works on title ──────────────────────────────────────────
basic.spec.ts:318:1 › undo multi notes ─────────────────────────────────────────────────────────
basic.spec.ts:345:1 › should be able to delete an emoji completely by pressing backspace once ──
basic.spec.ts:363:1 › delete emoji in the middle of the text ───────────────────────────────────
basic.spec.ts:383:1 › delete emoji forward ─────────────────────────────────────────────────────
basic.spec.ts:399:1 › ZERO_WIDTH_SPACE should be counted by one cursor position ────────────────
basic.spec.ts:415:1 › when no note block, click editing area auto add a new note block ─────────
basic.spec.ts:437:1 › automatic identify url text ──────────────────────────────────────────────
basic.spec.ts:448:1 › ctrl+delete to delete one word forward ───────────────────────────────────
basic.spec.ts:458:1 › extended inline format ───────────────────────────────────────────────────
bookmark.spec.ts:79:1 › create bookmark by slash menu ──────────────────────────────────────────
bookmark.spec.ts:86:1 › covert bookmark block to link text ─────────────────────────────────────
bookmark.spec.ts:98:1 › copy url to create bookmark in page mode ───────────────────────────────
bookmark.spec.ts:119:1 › copy url to create bookmark in edgeless mode ──────────────────────────
bookmark.spec.ts:204:1 › press backspace after bookmark block can select bookmark block ────────
bookmark.spec.ts:237:3 › embed card toolbar › show toolbar when bookmark selected ──────────────
bookmark.spec.ts:241:3 › embed card toolbar › copy bookmark url by copy button ─────────────────
bookmark.spec.ts:254:3 › embed card toolbar › change card style ────────────────────────────────
bookmark.spec.ts:278:1 › indent bookmark block to paragraph ────────────────────────────────────
bookmark.spec.ts:305:1 › indent bookmark block to list ─────────────────────────────────────────
bookmark.spec.ts:333:1 › bookmark can be dragged from note to surface top level block ──────────
bookmark.spec.ts:356:3 › embed youtube
|
🎭 Playwright Run Summary
184 failed
list.spec.ts:776:3 › readonly › can not modify todo list in readonly mode ──────────────────────
list.spec.ts:801:3 › readonly › should render collapsed list correctly ─────────────────────────
markdown.spec.ts:26:1 › markdown shortcut ──────────────────────────────────────────────────────
markdown.spec.ts:200:3 › markdown inline-text › bolditalic ─────────────────────────────────────
markdown.spec.ts:254:3 › markdown inline-text › bold ───────────────────────────────────────────
markdown.spec.ts:305:3 › markdown inline-text › italic ─────────────────────────────────────────
markdown.spec.ts:357:3 › markdown inline-text › strike ─────────────────────────────────────────
markdown.spec.ts:408:3 › markdown inline-text › underline ──────────────────────────────────────
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:59:1 › init paragraph by page title enter at last ────────────────────────────
paragraph.spec.ts:83:1 › init paragraph by page title enter in middle ──────────────────────────
paragraph.spec.ts:98:1 › drag over paragraph title ─────────────────────────────────────────────
paragraph.spec.ts:115:1 › backspace and arrow on title ─────────────────────────────────────────
paragraph.spec.ts:152:3 › backspace on line start of the first block (without surface) ─────────
paragraph.spec.ts:190:3 › backspace on line start of the first empty block (without surface) ───
paragraph.spec.ts:152:3 › backspace on line start of the first block (with surface) ────────────
paragraph.spec.ts:190:3 › backspace on line start of the first empty block (with surface) ──────
paragraph.spec.ts:206:1 › append new paragraph block by enter ──────────────────────────────────
paragraph.spec.ts:228:1 › insert new paragraph block by enter ──────────────────────────────────
paragraph.spec.ts:251:1 › split paragraph block by enter ───────────────────────────────────────
paragraph.spec.ts:278:1 › split paragraph block with selected text by enter ────────────────────
paragraph.spec.ts:313:1 › add multi line by soft enter ─────────────────────────────────────────
paragraph.spec.ts:337:1 › indent and unindent existing paragraph block ─────────────────────────
paragraph.spec.ts:366:1 › remove all indent for a paragraph block ──────────────────────────────
paragraph.spec.ts:386:1 › update paragraph with children to head type ──────────────────────────
paragraph.spec.ts:429:1 › should indent and unindent works with children ───────────────────────
paragraph.spec.ts:552:1 › paragraph with child block should work at enter ──────────────────────
paragraph.spec.ts:575:1 › should delete paragraph block child can hold cursor in correct position
paragraph.spec.ts:599:1 › switch between paragraph types ───────────────────────────────────────
paragraph.spec.ts:623:1 › delete at start of paragraph block ───────────────────────────────────
paragraph.spec.ts:649:1 › delete at start of paragraph immediately following list ──────────────
paragraph.spec.ts:717:1 › delete at start of paragraph with content ────────────────────────────
paragraph.spec.ts:739:1 › get focus from page title enter ──────────────────────────────────────
paragraph.spec.ts:751:1 › handling keyup when cursor located in first paragraph ────────────────
paragraph.spec.ts:769:1 › after deleting a text row, cursor should jump to the end of previous list row
paragraph.spec.ts:790:1 › press tab in paragraph children ──────────────────────────────────────
paragraph.spec.ts:809:1 › press left in first paragraph start should not change cursor position
paragraph.spec.ts:823:1 › press arrow down should move caret to the start of line ──────────────
paragraph.spec.t
|
🎭 Playwright Run Summary
174 failed
edgeless/group/group.spec.ts:65:5 › group › group create › create group by shortcut mod + G ────
edgeless/group/group.spec.ts:71:5 › group › group create › create group and undo, redo ─────────
edgeless/group/group.spec.ts:88:5 › group › ungroup › ungroup by component toolbar ─────────────
edgeless/group/group.spec.ts:96:5 › group › ungroup › ungroup by shortcut mod + shift + G ──────
edgeless/group/group.spec.ts:104:5 › group › ungroup › ungroup and undo, redo ──────────────────
edgeless/group/group.spec.ts:123:5 › group › drag group › drag group to move ───────────────────
edgeless/group/group.spec.ts:138:5 › group › select › select group by click ────────────────────
edgeless/group/group.spec.ts:145:5 › group › select › select sub-element by first select group ─
edgeless/group/group.spec.ts:150:5 › group › select › select element when enter gorup ──────────
edgeless/group/group.spec.ts:163:5 › group › delete › delete root group ────────────────────────
edgeless/group/group.spec.ts:185:5 › group › delete › delete sub-element in group ──────────────
edgeless/group/group.spec.ts:219: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:173:3 › single edgeless element to linked doc › select a group, turn into a linked doc
edgeless/linked-doc.spec.ts:207:3 › single edgeless element to linked doc › select a frame, turn into a linked doc
edgeless/linked-doc.spec.ts:248: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:292: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:327:3 › multiple edgeless elements to linked doc › multi-select with mindmap, turn it into a linked doc
edgeless/mindmap.spec.ts:27:1 › elements should be selectable after open mindmap menu ──────────
edgeless/mindmap.spec.ts:43:1 › undo deletion of mindmap should restore the deleted element ────
edgeless/mindmap.spec.ts:67:1 › drag mind map node to reorder the node ─────────────────────────
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
|
🎭 Playwright Run Summary
182 failed
database/statistics.spec.ts:66:3 › rich-text › empty count ─────────────────────────────────────
database/statistics.spec.ts:87: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:340:1 › should blur rich-text first on starting block selection ───────────────────
drag.spec.ts:357:1 › hide drag handle when mouse is hovering over the title ────────────────────
drag.spec.ts:469:1 › should trigger click event on editor container when clicking on blocks under block-level selection
drag.spec.ts:511:1 › should get to selected block when dragging unselected block ───────────────
drag.spec.ts:725:1 › drag handle should show on right block when scroll viewport ───────────────
edgeless/align.spec.ts:28:3 › auto arrange align › arrange shapes ──────────────────────────────
edgeless/align.spec.ts:51:3 › auto arrange align › arrange rotated shapes ──────────────────────
edgeless/align.spec.ts:72:3 › auto arrange align › arrange connected shapes ────────────────────
edgeless/align.spec.ts:87:3 › auto arrange align › arrange connector ───────────────────────────
edgeless/align.spec.ts:101:3 › auto arrange align › arrange edgeless text ──────────────────────
edgeless/align.spec.ts:123:3 › auto arrange align › arrange note ───────────────────────────────
edgeless/align.spec.ts:138:3 › auto arrange align › arrange group ──────────────────────────────
edgeless/align.spec.ts:155:3 › auto arrange align › arrange frame ──────────────────────────────
edgeless/align.spec.ts:178:3 › auto arrange align › arrange mindmap ────────────────────────────
edgeless/align.spec.ts:197:3 › auto arrange align › arrange shape, note, connector, brush and edgeless text
edgeless/align.spec.ts:233:3 › auto resize align › resize and arrange shapes ───────────────────
edgeless/align.spec.ts:256:3 › auto resize align › resize and arrange rotated shapes ───────────
edgeless/align.spec.ts:277:3 › auto resize align › resize and arrange connected shapes ─────────
edgeless/align.spec.ts:292:3 › auto resize align › resize and arrange connector ────────────────
edgeless/align.spec.ts:306:3 › auto resize align › resize and arrange edgeless text ────────────
edgeless/align.spec.ts:328:3 › auto resize align › resize and arrange note ─────────────────────
edgeless/align.spec.ts:343:3 › auto resize align › resize and arrange group ────────────────────
edgeless/align.spec.ts:360:3 › auto resize align › resize and arrange frame ────────────────────
edgeless/align.spec.ts:383:3 › auto resize align › resize and arrange mindmap ──────────────────
edgeless/align.spec.ts:402:3 › auto resize align › resize and arrange shape, note, connector, brush and text
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 b
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results-e2e-macos-latest-firefox-1
|
487 MB |
|
test-results-e2e-macos-latest-firefox-2
|
555 MB |
|
test-results-e2e-macos-latest-firefox-3
|
521 MB |
|
test-results-e2e-macos-latest-firefox-4
|
446 MB |
|
test-results-e2e-macos-latest-firefox-5
|
486 MB |
|
test-results-e2e-macos-latest-webkit-1
|
82.7 MB |
|
test-results-e2e-macos-latest-webkit-2
|
349 MB |
|
test-results-e2e-macos-latest-webkit-3
|
148 MB |
|
test-results-e2e-macos-latest-webkit-4
|
100 MB |
|
test-results-e2e-macos-latest-webkit-5
|
80.6 MB |
|