fix(markdown): indent nested list content to the parent marker (#8219) #9347
build.yml
on: pull_request
Install node dependencies
23s
Matrix: run-e2e-tests
Merge e2e reports
22s
Annotations
3 errors and 4 notices
|
Check linting & formatting
Process completed with exit code 1.
|
|
[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:
demos/src/Examples/Default/index.spec.ts#L52
2) [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
Error: expect(locator).toContainText(expected) failed
Locator: locator('.tiptap p').first()
Expected substring: "Example Text"
Received string: ""
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for locator('.tiptap p').first()
14 × locator resolved to <p>…</p>
- unexpected value ""
50 | await editor.press(process.platform === 'darwin' ? 'Meta+Alt+0' : 'Control+Alt+0')
51 |
> 52 | await expect(page.locator('.tiptap p').first()).toContainText('Example Text')
| ^
53 | })
54 |
55 | buttonMarks.forEach(m => {
at /home/runner/work/tiptap/tiptap/demos/src/Examples/Default/index.spec.ts:52:57
|
|
[chromium] › demos/src/Examples/DecorationComponents/index.spec.ts:43:7 › /src/Examples/DecorationComponents › Vue › adds a counter with the next index for a new paragraph:
demos/src/Examples/DecorationComponents/index.spec.ts#L52
1) [chromium] › demos/src/Examples/DecorationComponents/index.spec.ts:43:7 › /src/Examples/DecorationComponents › Vue › adds a counter with the next index for a new paragraph
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.decoration-counter')
Expected: 3
Received: 2
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('.decoration-counter')
14 × locator resolved to 2 elements
- unexpected value "2"
50 | await page.keyboard.type('A third paragraph.')
51 |
> 52 | await expect(counters).toHaveCount(3)
| ^
53 | await expect(counters).toHaveText(['¶ 1 · 👍 0', '¶ 2 · 👍 0', '¶ 3 · 👍 0'])
54 | })
55 |
at /home/runner/work/tiptap/tiptap/demos/src/Examples/DecorationComponents/index.spec.ts:52:32
|
|
🎭 Playwright Run Summary
154 passed (1.3m)
|
|
🎭 Playwright Run Summary
174 passed (1.4m)
|
|
🎭 Playwright Run Summary
164 passed (1.7m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › demos/src/Examples/DecorationComponents/index.spec.ts:43:7 › /src/Examples/DecorationComponents › Vue › adds a counter with the next index for a new paragraph
[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
193 passed (2.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
e2e-blob-report-1
|
480 KB |
sha256:444600597582b73fad032513828d8297b1ea886201cb41cd13bf5307ea3e071c
|
|
|
e2e-blob-report-2
|
133 KB |
sha256:f26ff76df18f8b26cfc4cffd027bf0cd9aec1540da8ab8399f2ecd38039f1af3
|
|
|
e2e-blob-report-3
|
148 KB |
sha256:1cb784c7cea6d7eae06e2dd6ef628377efd278b0359f5c869f9e91dba5b6f801
|
|
|
e2e-blob-report-4
|
134 KB |
sha256:61705de03113bc59ddc2691bb0dc4789d5422749e9260b1128a29b6c7e6ec628
|
|
|
playwright-html-report
|
1.21 MB |
sha256:09fcd89b1e1bb72e447221513103e534eeefac9052a0b9042fabc515724762a7
|
|