Merge pull request #6035 from nextcloud-libraries/backport/6005/next #331
Annotations
2 errors, 5 warnings, and 1 notice
[firefox] › components/NcRichText/markown-rendering.spec.ts:280:2 › strikethrough text › strikethrough text (several in line with different syntax):
tests/component/components/NcRichText/markown-rendering.spec.ts#L289
1) [firefox] › components/NcRichText/markown-rendering.spec.ts:280:2 › strikethrough text › strikethrough text (several in line with different syntax)
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 0
287 | })
288 |
> 289 | expect(await component.locator('del').count()).toBe(2)
| ^
290 | expect(await component.locator('del').allInnerTexts()).toEqual(outputs)
291 | })
292 |
at /home/runner/work/nextcloud-vue/nextcloud-vue/tests/component/components/NcRichText/markown-rendering.spec.ts:289:50
|
[firefox] › components/NcRichText/markown-rendering.spec.ts:293:2 › strikethrough text › strikethrough text (between normal texts with different syntax):
tests/component/components/NcRichText/markown-rendering.spec.ts#L301
2) [firefox] › components/NcRichText/markown-rendering.spec.ts:293:2 › strikethrough text › strikethrough text (between normal texts with different syntax)
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 0
299 | })
300 |
> 301 | expect(await component.locator('del').count()).toBe(2)
| ^
302 | expect(await component.locator('del').allInnerTexts()).toEqual(['strikethrough', 'strikethrough'])
303 | })
304 | })
at /home/runner/work/nextcloud-vue/nextcloud-vue/tests/component/components/NcRichText/markown-rendering.spec.ts:301:50
|
playwright-tests (1, 2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests (2, 2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-test-summary
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
merge-reports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[webkit] › components/NcRichText/markown-rendering.spec.ts#L1
[webkit] › components/NcRichText/markown-rendering.spec.ts took 19.2s
|
🎭 Playwright Run Summary
2 flaky
[firefox] › components/NcRichText/markown-rendering.spec.ts:280:2 › strikethrough text › strikethrough text (several in line with different syntax)
[firefox] › components/NcRichText/markown-rendering.spec.ts:293:2 › strikethrough text › strikethrough text (between normal texts with different syntax)
76 skipped
228 passed (1.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
blob-report-1
|
76.9 KB |
|
blob-report-2
|
543 KB |
|
html-report--attempt-1
|
1.03 MB |
|