🔥(frontend) remove Quote custom block

Last Blocknote upgrade included a Quote block,
better to use their built-in one.
This commit is contained in:
Anthony LC
2025-04-29 17:14:23 +02:00
parent 4ad917906c
commit 7f2a21cdc9
7 changed files with 16 additions and 97 deletions

View File

@@ -235,7 +235,7 @@ test.describe('Doc Export', () => {
// Trigger slash menu to show menu
await editor.click();
await editor.fill('/');
await page.getByText('Add a quote block').click();
await page.getByText('Quote or excerpt').click();
await expect(
editor.locator('.bn-block-content[data-content-type="quote"]'),