Bump prosemirror-tables so that findTable is always available on @tiptap/pm #8282
build.yml
on: pull_request
Install node dependencies
44s
Matrix: run-e2e-tests
Merge e2e reports
24s
Annotations
20 errors, 9 warnings, and 4 notices
|
packages/extension-text-style/__tests__/font-size-commands.spec.ts > FontSize commands > sets the font-size of the selected text:
packages/extension-text-style/__tests__/font-size-commands.spec.ts#L30
AssertionError: expected '<p><span style="font-size: 28px;">Exa…' to contain '<span style="font-size: 28px">Example…'
Expected: "<span style="font-size: 28px">Example Text</span>"
Received: "<p><span style="font-size: 28px;">Example Text</span></p>"
❯ packages/extension-text-style/__tests__/font-size-commands.spec.ts:30:30
|
|
packages/extension-text-style/__tests__/font-family-commands.spec.ts > FontFamily commands > allows fonts containing a space and number as a font-family:
packages/extension-text-style/__tests__/font-family-commands.spec.ts#L57
AssertionError: expected '<p><span style="font-family: "Ex…' to contain '<span style="font-family: "Exo 2…'
Expected: "<span style="font-family: "Exo 2"">Example Text</span>"
Received: "<p><span style="font-family: "Exo 2";">Example Text</span></p>"
❯ packages/extension-text-style/__tests__/font-family-commands.spec.ts:57:30
|
|
packages/extension-text-style/__tests__/font-family-commands.spec.ts > FontFamily commands > allows fonts containing multiple font families:
packages/extension-text-style/__tests__/font-family-commands.spec.ts#L50
AssertionError: expected '<p><span style="font-family: "Co…' to contain '<span style="font-family: "Comic…'
Expected: "<span style="font-family: "Comic Sans MS", "Comic Sans"">Example Text</span>"
Received: "<p><span style="font-family: "Comic Sans MS", "Comic Sans";">Example Text</span></p>"
❯ packages/extension-text-style/__tests__/font-family-commands.spec.ts:50:30
|
|
packages/extension-text-style/__tests__/font-family-commands.spec.ts > FontFamily commands > allows CSS variables as a font-family:
packages/extension-text-style/__tests__/font-family-commands.spec.ts#L43
AssertionError: expected '<p><span style="font-family: var(--ti…' to contain '<span style="font-family: var(--title…'
Expected: "<span style="font-family: var(--title-font-family)">Example Text</span>"
Received: "<p><span style="font-family: var(--title-font-family);">Example Text</span></p>"
❯ packages/extension-text-style/__tests__/font-family-commands.spec.ts:43:30
|
|
packages/extension-text-style/__tests__/font-family-commands.spec.ts > FontFamily commands > sets the font-family of the selected text:
packages/extension-text-style/__tests__/font-family-commands.spec.ts#L30
AssertionError: expected '<p><span style="font-family: monospac…' to contain '<span style="font-family: monospace">…'
Expected: "<span style="font-family: monospace">Example Text</span>"
Received: "<p><span style="font-family: monospace;">Example Text</span></p>"
❯ packages/extension-text-style/__tests__/font-family-commands.spec.ts:30:30
|
|
packages/extension-text-style/__tests__/color-commands.spec.ts > Color commands > sets the color of the selected text:
packages/extension-text-style/__tests__/color-commands.spec.ts#L30
AssertionError: expected '<p><span style="color: #958DF1;">Exam…' to contain '<span style="color: #958DF1">Example …'
Expected: "<span style="color: #958DF1">Example Text</span>"
Received: "<p><span style="color: #958DF1;">Example Text</span></p>"
❯ packages/extension-text-style/__tests__/color-commands.spec.ts:30:30
|
|
packages/extension-text-style/__tests__/background-color-commands.spec.ts > BackgroundColor commands > sets the background color of the selected text:
packages/extension-text-style/__tests__/background-color-commands.spec.ts#L30
AssertionError: expected '<p><span style="background-color: #95…' to contain '<span style="background-color: #958DF…'
Expected: "<span style="background-color: #958DF1">Example Text</span>"
Received: "<p><span style="background-color: #958DF1;">Example Text</span></p>"
❯ packages/extension-text-style/__tests__/background-color-commands.spec.ts:30:30
|
|
packages/extension-table/__tests__/tableCommands.spec.ts > Table commands > generates correct markup for a 1x1 table with header:
packages/extension-table/__tests__/tableCommands.spec.ts#L168
AssertionError: expected '<table style="min-width: 25px;"><colg…' to be '<table style="min-width: 25px"><colgr…' // Object.is equality
Expected: "<table style="min-width: 25px"><colgroup><col style="min-width: 25px"></colgroup><tbody><tr><th colspan="1" rowspan="1"><p></p></th></tr></tbody></table>"
Received: "<table style="min-width: 25px;"><colgroup><col style="min-width: 25px;"></colgroup><tbody><tr><th colspan="1" rowspan="1"><p></p></th></tr></tbody></table>"
❯ packages/extension-table/__tests__/tableCommands.spec.ts:168:30
|
|
packages/extension-table/__tests__/tableCommands.spec.ts > Table commands > generates correct markup for a 1x1 table:
packages/extension-table/__tests__/tableCommands.spec.ts#L160
AssertionError: expected '<table style="min-width: 25px;"><colg…' to be '<table style="min-width: 25px"><colgr…' // Object.is equality
Expected: "<table style="min-width: 25px"><colgroup><col style="min-width: 25px"></colgroup><tbody><tr><td colspan="1" rowspan="1"><p></p></td></tr></tbody></table>"
Received: "<table style="min-width: 25px;"><colgroup><col style="min-width: 25px;"></colgroup><tbody><tr><td colspan="1" rowspan="1"><p></p></td></tr></tbody></table>"
❯ packages/extension-table/__tests__/tableCommands.spec.ts:160:30
|
|
packages/core/__tests__/insertContent.spec.ts > insertContent command > respects editor.options.parseOptions if defined to be `true`:
packages/core/__tests__/insertContent.spec.ts#L161
AssertionError: expected '<h1>Tiptap</h1><p><strong>Hello<br> W…' to contain '<h1>Tiptap</h1><p><strong>Hello Worl…'
Expected: "<h1>Tiptap</h1><p><strong>Hello World</strong></p>"
Received: "<h1>Tiptap</h1><p><strong>Hello<br> World</strong></p>"
❯ packages/core/__tests__/insertContent.spec.ts:161:30
|
|
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:41:7 › /src/Extensions/TextAlign › React › keeps the text aligned when toggling headings:
demos/src/Extensions/TextAlign/index.spec.ts#L65
5) [chromium] › demos/src/Extensions/TextAlign/index.spec.ts:41:7 › /src/Extensions/TextAlign › React › keeps the text aligned when toggling headings
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 6
+ Received + 6
Array [
- "<h1 style=\"text-align: center\">Example Text</h1>",
- "<h2 style=\"text-align: center\">Example Text</h2>",
- "<h1 style=\"text-align: right\">Example Text</h1>",
- "<h2 style=\"text-align: right\">Example Text</h2>",
- "<h1 style=\"text-align: justify\">Example Text</h1>",
- "<h2 style=\"text-align: justify\">Example Text</h2>",
+ "<h1 style=\"text-align: center;\">Example Text</h1>",
+ "<h2 style=\"text-align: center;\">Example Text</h2>",
+ "<h1 style=\"text-align: right;\">Example Text</h1>",
+ "<h2 style=\"text-align: right;\">Example Text</h2>",
+ "<h1 style=\"text-align: justify;\">Example Text</h1>",
+ "<h2 style=\"text-align: justify;\">Example Text</h2>",
]
63 | })
64 | })
> 65 | expect(result).toEqual(expected)
| ^
66 | })
67 |
68 | test('aligns the text left on the 1st button', async ({ page }) => {
at /home/runner/work/tiptap/tiptap/demos/src/Extensions/TextAlign/index.spec.ts:65:24
|
|
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:41:7 › /src/Extensions/TextAlign › React › keeps the text aligned when toggling headings:
demos/src/Extensions/TextAlign/index.spec.ts#L65
5) [chromium] › demos/src/Extensions/TextAlign/index.spec.ts:41:7 › /src/Extensions/TextAlign › React › keeps the text aligned when toggling headings
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 6
+ Received + 6
Array [
- "<h1 style=\"text-align: center\">Example Text</h1>",
- "<h2 style=\"text-align: center\">Example Text</h2>",
- "<h1 style=\"text-align: right\">Example Text</h1>",
- "<h2 style=\"text-align: right\">Example Text</h2>",
- "<h1 style=\"text-align: justify\">Example Text</h1>",
- "<h2 style=\"text-align: justify\">Example Text</h2>",
+ "<h1 style=\"text-align: center;\">Example Text</h1>",
+ "<h2 style=\"text-align: center;\">Example Text</h2>",
+ "<h1 style=\"text-align: right;\">Example Text</h1>",
+ "<h2 style=\"text-align: right;\">Example Text</h2>",
+ "<h1 style=\"text-align: justify;\">Example Text</h1>",
+ "<h2 style=\"text-align: justify;\">Example Text</h2>",
]
63 | })
64 | })
> 65 | expect(result).toEqual(expected)
| ^
66 | })
67 |
68 | test('aligns the text left on the 1st button', async ({ page }) => {
at /home/runner/work/tiptap/tiptap/demos/src/Extensions/TextAlign/index.spec.ts:65:24
|
|
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses justify align text correctly:
demos/src/Extensions/TextAlign/index.spec.ts#L37
4) [chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses justify align text correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "<p style=\"text-align: justify\">Example Text</p>"
Received: "<p style=\"text-align: justify;\">Example Text</p>"
35 | return el.editor.getHTML()
36 | }, alignment)
> 37 | expect(html).toBe(`<p style="text-align: ${alignment}">Example Text</p>`)
| ^
38 | })
39 | })
40 |
at /home/runner/work/tiptap/tiptap/demos/src/Extensions/TextAlign/index.spec.ts:37:24
|
|
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses justify align text correctly:
demos/src/Extensions/TextAlign/index.spec.ts#L37
4) [chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses justify align text correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "<p style=\"text-align: justify\">Example Text</p>"
Received: "<p style=\"text-align: justify;\">Example Text</p>"
35 | return el.editor.getHTML()
36 | }, alignment)
> 37 | expect(html).toBe(`<p style="text-align: ${alignment}">Example Text</p>`)
| ^
38 | })
39 | })
40 |
at /home/runner/work/tiptap/tiptap/demos/src/Extensions/TextAlign/index.spec.ts:37:24
|
|
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses right align text correctly:
demos/src/Extensions/TextAlign/index.spec.ts#L37
3) [chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses right align text correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "<p style=\"text-align: right\">Example Text</p>"
Received: "<p style=\"text-align: right;\">Example Text</p>"
35 | return el.editor.getHTML()
36 | }, alignment)
> 37 | expect(html).toBe(`<p style="text-align: ${alignment}">Example Text</p>`)
| ^
38 | })
39 | })
40 |
at /home/runner/work/tiptap/tiptap/demos/src/Extensions/TextAlign/index.spec.ts:37:24
|
|
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses right align text correctly:
demos/src/Extensions/TextAlign/index.spec.ts#L37
3) [chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses right align text correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "<p style=\"text-align: right\">Example Text</p>"
Received: "<p style=\"text-align: right;\">Example Text</p>"
35 | return el.editor.getHTML()
36 | }, alignment)
> 37 | expect(html).toBe(`<p style="text-align: ${alignment}">Example Text</p>`)
| ^
38 | })
39 | })
40 |
at /home/runner/work/tiptap/tiptap/demos/src/Extensions/TextAlign/index.spec.ts:37:24
|
|
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses center align text correctly:
demos/src/Extensions/TextAlign/index.spec.ts#L37
2) [chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses center align text correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "<p style=\"text-align: center\">Example Text</p>"
Received: "<p style=\"text-align: center;\">Example Text</p>"
35 | return el.editor.getHTML()
36 | }, alignment)
> 37 | expect(html).toBe(`<p style="text-align: ${alignment}">Example Text</p>`)
| ^
38 | })
39 | })
40 |
at /home/runner/work/tiptap/tiptap/demos/src/Extensions/TextAlign/index.spec.ts:37:24
|
|
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses center align text correctly:
demos/src/Extensions/TextAlign/index.spec.ts#L37
2) [chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses center align text correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "<p style=\"text-align: center\">Example Text</p>"
Received: "<p style=\"text-align: center;\">Example Text</p>"
35 | return el.editor.getHTML()
36 | }, alignment)
> 37 | expect(html).toBe(`<p style="text-align: ${alignment}">Example Text</p>`)
| ^
38 | })
39 | })
40 |
at /home/runner/work/tiptap/tiptap/demos/src/Extensions/TextAlign/index.spec.ts:37:24
|
|
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses left align text correctly:
demos/src/Extensions/TextAlign/index.spec.ts#L37
1) [chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses left align text correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "<p style=\"text-align: left\">Example Text</p>"
Received: "<p style=\"text-align: left;\">Example Text</p>"
35 | return el.editor.getHTML()
36 | }, alignment)
> 37 | expect(html).toBe(`<p style="text-align: ${alignment}">Example Text</p>`)
| ^
38 | })
39 | })
40 |
at /home/runner/work/tiptap/tiptap/demos/src/Extensions/TextAlign/index.spec.ts:37:24
|
|
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses left align text correctly:
demos/src/Extensions/TextAlign/index.spec.ts#L37
1) [chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses left align text correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "<p style=\"text-align: left\">Example Text</p>"
Received: "<p style=\"text-align: left;\">Example Text</p>"
35 | return el.editor.getHTML()
36 | }, alignment)
> 37 | expect(html).toBe(`<p style="text-align: ${alignment}">Example Text</p>`)
| ^
38 | })
39 | })
40 |
at /home/runner/work/tiptap/tiptap/demos/src/Extensions/TextAlign/index.spec.ts:37:24
|
|
Install node dependencies
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build packages
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check linting & formatting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run unit tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run e2e tests (shard 3/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run e2e tests (shard 4/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run e2e tests (shard 2/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run e2e tests (shard 1/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Merge e2e reports
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
150 passed (1.0m)
|
|
🎭 Playwright Run Summary
142 passed (1.1m)
|
|
🎭 Playwright Run Summary
10 failed
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses left align text correctly
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses center align text correctly
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses right align text correctly
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › React › parses justify align text correctly
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:41:7 › /src/Extensions/TextAlign › React › keeps the text aligned when toggling headings
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › Vue › parses left align text correctly
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › Vue › parses center align text correctly
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › Vue › parses right align text correctly
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:31:9 › /src/Extensions/TextAlign › Vue › parses justify align text correctly
[chromium] › demos/src/Extensions/TextAlign/index.spec.ts:41:7 › /src/Extensions/TextAlign › Vue › keeps the text aligned when toggling headings
140 passed (1.5m)
|
|
🎭 Playwright Run Summary
3 flaky
[chromium] › demos/src/Examples/Default/index.spec.ts:42:7 › /src/Examples/Default › React › should apply the paragraph style when the keyboard shortcut is pressed
[chromium] › demos/src/Examples/Default/index.spec.ts:42:7 › /src/Examples/Default › Vue › should apply the paragraph style when the keyboard shortcut is pressed
[chromium] › demos/src/Examples/Default/index.spec.ts:42:7 › /src/Examples/Default › Svelte › should apply the paragraph style when the keyboard shortcut is pressed
170 passed (1.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-output
|
6.73 MB |
sha256:2f492a45002a273d2d189f7190563ec70b28eeb468251157baddea504e222833
|
|
|
e2e-blob-report-1
|
664 KB |
sha256:4dd919f8f09ccf34850716420f01c0dcf6327c5cb1c5da77b57881dad373d04f
|
|
|
e2e-blob-report-2
|
672 KB |
sha256:280450154fbc8d797ad054e9a99c2c849ebb6454c4edcb6a9031001edb16bd13
|
|
|
e2e-blob-report-3
|
128 KB |
sha256:ad7d18be6e17ab2ad306e7b3b6e4913a0c8ec657d24eb52c8dc3b6a1f018ad80
|
|
|
e2e-blob-report-4
|
125 KB |
sha256:bd4d4fec5740c68fd4948b1dbb28eda76c858045bc76ef929d258f79cb161583
|
|
|
node-dependencies
|
150 MB |
sha256:ccc8d6b7bce4692e4d9e2b717db356cb853072144e315b0988f0ca579a793275
|
|
|
playwright-html-report
|
1.89 MB |
sha256:6e406a852fdbc0f20c7d7a16b019cadb4970f9f60aa6aa6c432c4bfaf07279c4
|
|