Firefox and Webkit #93
Annotations
10 errors and 1 notice
tests/format-bar.spec.ts#L1
1) format-bar.spec.ts:49:1 › should format quick bar show when select text ───────────────────────
Error: browserContext.newPage: Unknown permission: clipboard-write
|
tests/format-bar.spec.ts#L1
1) format-bar.spec.ts:49:1 › should format quick bar show when select text ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.newPage: Unknown permission: clipboard-write
|
tests/format-bar.spec.ts#L1
1) format-bar.spec.ts:49:1 › should format quick bar show when select text ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.newPage: Unknown permission: clipboard-write
|
tests/format-bar.spec.ts#L1
1) format-bar.spec.ts:49:1 › should format quick bar show when select text ───────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.newPage: Unknown permission: clipboard-write
|
tests/format-bar.spec.ts#L1
1) format-bar.spec.ts:49:1 › should format quick bar show when select text ───────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Tearing down "context" exceeded the test timeout of 40000ms.
|
tests/utils/playwright.ts#L53
1) format-bar.spec.ts:49:1 › should format quick bar show when select text ───────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: Test ended.
at utils/playwright.ts:53
51 | if (enableCoverage) {
52 | for (const page of context.pages()) {
> 53 | await page.evaluate(() =>
| ^
54 | // @ts-expect-error
55 | window.collectIstanbulCoverage(JSON.stringify(window.__coverage__))
56 | );
at Object.context (/Users/runner/work/blocksuite/blocksuite/tests/utils/playwright.ts:53:20)
|
tests/format-bar.spec.ts#L1
2) format-bar.spec.ts:76:1 › should format quick bar show when clicking drag handle ──────────────
Error: browserContext.newPage: Unknown permission: clipboard-write
|
tests/format-bar.spec.ts#L1
2) format-bar.spec.ts:76:1 › should format quick bar show when clicking drag handle ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.newPage: Unknown permission: clipboard-write
|
tests/format-bar.spec.ts#L1
2) format-bar.spec.ts:76:1 › should format quick bar show when clicking drag handle ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.newPage: Unknown permission: clipboard-write
|
tests/format-bar.spec.ts#L1
2) format-bar.spec.ts:76:1 › should format quick bar show when clicking drag handle ──────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.newPage: Unknown permission: clipboard-write
|
175 failed
format-bar.spec.ts:49:1 › should format quick bar show when select text ────────────────────────
format-bar.spec.ts:76:1 › should format quick bar show when clicking drag handle ───────────────
format-bar.spec.ts:101:1 › should format quick bar show when select text by keyboard ───────────
format-bar.spec.ts:159:1 › should format quick bar can only display one at a time ──────────────
format-bar.spec.ts:173:1 › should format quick bar hide when type text ─────────────────────────
format-bar.spec.ts:184:1 › should format quick bar be able to format text ──────────────────────
format-bar.spec.ts:237:1 › should format quick bar be able to change background color ──────────
format-bar.spec.ts:282:1 › should format quick bar be able to format text when select multiple line
format-bar.spec.ts:307:1 › should format quick bar be able to link text ────────────────────────
format-bar.spec.ts:344:1 › should format quick bar be able to change to heading paragraph type ─
format-bar.spec.ts:381:1 › should format quick bar show when double click text ─────────────────
format-bar.spec.ts:396:1 › should format quick bar not show at readonly mode ───────────────────
format-bar.spec.ts:414:1 › should format bar follow scroll ─────────────────────────────────────
format-bar.spec.ts:448:1 › should format quick bar position correct at the start of second line
format-bar.spec.ts:489:1 › should format quick bar action status updated while undo ────────────
format-bar.spec.ts:512:1 › should format quick bar work in single block selection ──────────────
format-bar.spec.ts:563:1 › should format quick bar work in multiple block selection ────────────
format-bar.spec.ts:612:1 › should format quick bar with block selection works when update block type
format-bar.spec.ts:656:1 › should format quick bar show after convert to code block ────────────
format-bar.spec.ts:680:1 › buttons in format quick bar should have correct active styles ───────
format-bar.spec.ts:712:1 › should format bar style active correctly ────────────────────────────
format-bar.spec.ts:741:1 › should format quick bar show when double click button ───────────────
format-bar.spec.ts:756:1 › should the database action icon show correctly ──────────────────────
format-bar.spec.ts:797:1 › should convert to database work ─────────────────────────────────────
format-bar.spec.ts:817:1 › should show format-quick-bar and select all text of the block when triple clicking on text
format-bar.spec.ts:864:1 › should update the format quick bar state when there is a change in keyboard selection
format-bar.spec.ts:895:1 › format quick bar should not break cursor jumping ────────────────────
format-bar.spec.ts:914:1 › selecting image should not show format bar ──────────────────────────
format-bar.spec.ts:928:1 › create linked doc from block selection with format bar ──────────────
format-bar.spec.ts:970:3 › more menu button › should be able to perform the copy action ────────
format-bar.spec.ts:991:3 › more menu button › should be able to perform the duplicate action ───
format-bar.spec.ts:1009:3 › more menu button › should be able to perform the delete action ─────
fragments/frame-panel.spec.ts: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:60:3 › toc-panel › should display placeholder when no headings ───────
fragments/outline.spec.ts:75:3 › toc-panel › should not display empty when there are only empty headings
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:131:3 › toc-p
|
This job failed
Loading