We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2834c commit 2491ad7Copy full SHA for 2491ad7
src/frontend/apps/e2e/__tests__/app-impress/doc-header.spec.ts
@@ -471,9 +471,7 @@ test.describe('Doc Header', () => {
471
navigator.clipboard.readText(),
472
);
473
const clipboardContent = await handle.jsonValue();
474
- expect(clipboardContent.trim()).toBe(
475
- `<h1 data-level="1">Hello World</h1><p></p>`,
476
- );
+ expect(clipboardContent.trim()).toBe(`<h1>Hello World</h1><p></p>`);
477
});
478
479
0 commit comments