Firefox and Webkit #163
Annotations
10 errors and 1 notice
Run playwright test:
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
|
Run playwright test:
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
|
Run playwright test:
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
|
Run playwright test:
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
|
Run playwright test:
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
|
Run playwright test:
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
|
Run playwright test:
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
|
Run playwright test:
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
|
Run playwright test:
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
|
Run playwright test:
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
|
Run playwright test
43 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 ───────────────────────────────
link.spec.ts:34:1 › basic link ─────
|
Loading