Firefox and Webkit #96
Annotations
10 errors and 1 notice
tests/format-bar.spec.ts#L477
1) format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget')
475 |
476 | const { formatBar } = getFormatBar(page);
> 477 | await expect(formatBar).toBeVisible();
| ^
478 | await waitNextFrame(page);
479 |
480 | const formatBox = await formatBar.boundingBox();
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:477:27
|
tests/format-bar.spec.ts#L477
1) format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget')
475 |
476 | const { formatBar } = getFormatBar(page);
> 477 | await expect(formatBar).toBeVisible();
| ^
478 | await waitNextFrame(page);
479 |
480 | const formatBox = await formatBar.boundingBox();
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:477:27
|
tests/format-bar.spec.ts#L477
1) format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget')
475 |
476 | const { formatBar } = getFormatBar(page);
> 477 | await expect(formatBar).toBeVisible();
| ^
478 | await waitNextFrame(page);
479 |
480 | const formatBox = await formatBar.boundingBox();
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:477:27
|
tests/format-bar.spec.ts#L477
1) format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget')
475 |
476 | const { formatBar } = getFormatBar(page);
> 477 | await expect(formatBar).toBeVisible();
| ^
478 | await waitNextFrame(page);
479 |
480 | const formatBox = await formatBar.boundingBox();
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:477:27
|
tests/format-bar.spec.ts#L979
2) format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ───────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
977 | const { openMoreMenu, copyBtn } = getFormatBar(page);
978 | await openMoreMenu();
> 979 | await expect(copyBtn).toBeVisible();
| ^
980 | await assertRichTextInlineRange(page, 1, 0, 3);
981 | await copyBtn.click();
982 | await assertRichTextInlineRange(page, 1, 0, 3);
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:979:27
|
tests/format-bar.spec.ts#L979
2) format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
977 | const { openMoreMenu, copyBtn } = getFormatBar(page);
978 | await openMoreMenu();
> 979 | await expect(copyBtn).toBeVisible();
| ^
980 | await assertRichTextInlineRange(page, 1, 0, 3);
981 | await copyBtn.click();
982 | await assertRichTextInlineRange(page, 1, 0, 3);
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:979:27
|
tests/format-bar.spec.ts#L979
2) format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
977 | const { openMoreMenu, copyBtn } = getFormatBar(page);
978 | await openMoreMenu();
> 979 | await expect(copyBtn).toBeVisible();
| ^
980 | await assertRichTextInlineRange(page, 1, 0, 3);
981 | await copyBtn.click();
982 | await assertRichTextInlineRange(page, 1, 0, 3);
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:979:27
|
tests/format-bar.spec.ts#L979
2) format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ───────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.affine-format-bar-widget').getByRole('button', { name: 'Copy' })
977 | const { openMoreMenu, copyBtn } = getFormatBar(page);
978 | await openMoreMenu();
> 979 | await expect(copyBtn).toBeVisible();
| ^
980 | await assertRichTextInlineRange(page, 1, 0, 3);
981 | await copyBtn.click();
982 | await assertRichTextInlineRange(page, 1, 0, 3);
at /Users/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:979:27
|
tests/utils/actions/misc.ts#L412
3) fragments/frame-panel.spec.ts:16:3 › frame panel › should display empty placeholder when no frames
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:412
410 |
411 | export async function resetHistory(page: Page) {
> 412 | await page.evaluate(() => {
| ^
413 | const space = window.doc;
414 | space.resetHistory();
415 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:412:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1711:9)
at /Users/runner/work/blocksuite/blocksuite/tests/fragments/frame-panel.spec.ts:17:5
|
tests/utils/actions/misc.ts#L412
3) fragments/frame-panel.spec.ts:16:3 › frame panel › should display empty placeholder when no frames
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: TypeError: undefined is not an object (evaluating 'space.resetHistory')
at utils/actions/misc.ts:412
410 |
411 | export async function resetHistory(page: Page) {
> 412 | await page.evaluate(() => {
| ^
413 | const space = window.doc;
414 | space.resetHistory();
415 | });
at resetHistory (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:412:14)
at edgelessCommonSetup (/Users/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1711:9)
at /Users/runner/work/blocksuite/blocksuite/tests/fragments/frame-panel.spec.ts:17:5
|
23 failed
format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ────────
fragments/frame-panel.spec.ts:16:3 › frame panel › should display empty placeholder when no frames
fragments/frame-panel.spec.ts:26:3 › frame panel › should display frame cards when there are frames
fragments/frame-panel.spec.ts:53:3 › frame panel › should render edgeless note correctly in frame preview
fragments/frame-panel.spec.ts:75:3 › frame panel › should update panel when frames change ──────
fragments/outline.spec.ts:97:3 › toc-panel › should display title and headings when there are non-empty headings in editor
fragments/outline.spec.ts:158:3 › toc-panel › should add padding to sub-headings ───────────────
hotkey/hotkey.spec.ts:97:1 › single line rich-text strikethrough hotkey ────────────────────────
hotkey/hotkey.spec.ts:337:1 › should support ctrl/cmd+shift+l convert to linked doc ────────────
image/image.spec.ts:95:1 › can click and copy image ────────────────────────────────────────────
inline/inline-editor.spec.ts:17:1 › basic input ────────────────────────────────────────────────
inline/inline-editor.spec.ts:181:1 › chinese input ─────────────────────────────────────────────
inline/inline-editor.spec.ts:229:1 › readonly mode ─────────────────────────────────────────────
inline/inline-editor.spec.ts:265:1 › basic styles ──────────────────────────────────────────────
inline/inline-editor.spec.ts:523:1 › overlapping styles ────────────────────────────────────────
inline/inline-editor.spec.ts:701:1 › input continuous spaces ───────────────────────────────────
inline/inline-editor.spec.ts:731:1 › select from the start of line using shift+arrow ───────────
inline/inline-editor.spec.ts:786:1 › getLine ───────────────────────────────────────────────────
inline/inline-editor.spec.ts:854:1 › embed ─────────────────────────────────────────────────────
inline/inline-editor.spec.ts:924:1 › delete embed when pressing backspace after embed ──────────
inline/inline-editor.spec.ts:994:1 › triple click to select line ───────────────────────────────
link.spec.ts:274:1 › should keyboard work in link popover ──────────────────────────────────────
9 flaky
format-bar.spec.ts:414:1 › should format bar follow scroll ─────────────────────────────────────
format-bar.spec.ts:563:1 › should format quick bar work in multiple block selection ────────────
format-bar.spec.ts:612:1 › should format quick bar with block selection works when update block type
format-bar.spec.ts:797:1 › should convert to database work ─────────────────────────────────────
format-bar.spec.ts:817:1 › should show format-quick-bar and select all text of the block when triple clicking on text
image/image.spec.ts:38:1 › can drag resize image by left menu ──────────────────────────────────
linked-page.spec.ts:707:3 › linked page with clipboard › duplicated linked page should paste as linked page
list.spec.ts:653:3 › toggle list › click toggle icon should collapsed list ─────────────────────
list.spec.ts:748:3 › readonly › can expand toggle in readonly mode ─────────────────────────────
2 skipped
143 passed (6.1m)
|
The logs for this run have expired and are no longer available.
Loading