✨(frontend) add ai blocknote feature
Add AI button to the editor toolbar. We can use AI to generate content with our editor. A list of predefined actions are available to use.
This commit is contained in:
committed by
Samuel Paccoud
parent
9abf6888aa
commit
5dc43cbc8b
@@ -51,6 +51,7 @@ export const createDoc = async (
|
||||
|
||||
await page.locator('.c__modal__backdrop').click({
|
||||
position: { x: 0, y: 0 },
|
||||
force: true,
|
||||
});
|
||||
|
||||
await expect(
|
||||
|
||||
Reference in New Issue
Block a user