test(editor): remove jsx snapshot #21619
Annotations
2 errors, 1 warning, and 1 notice
blocksuite/tests-legacy/link.spec.ts#L164
1) link.spec.ts:157:1 › type character after link should not extend the link attributes ──────────
Error: A snapshot doesn't exist at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/snapshots/link.spec.ts/type-character-after-link-should-not-extend-the-link-attributes.json, writing actual.
162 | await focusRichText(page, 0);
163 | await type(page, 'AFTER_LINK');
> 164 | expect(await getPageSnapshot(page, true)).toMatchSnapshot(
| ^
165 | `${testInfo.title}.json`
166 | );
167 | });
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/link.spec.ts:164:45
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
This job failed
Loading