🐛(frontend) only owner will make initial content
In some cases, the sync of the initial content is not being done correctly. We will let only the owner of the document to make the initial content.
This commit is contained in:
@@ -93,6 +93,7 @@ test.describe('Config', () => {
|
||||
|
||||
const fileChooserPromise = page.waitForEvent('filechooser');
|
||||
|
||||
await page.locator('.bn-block-outer').last().fill('Anything');
|
||||
await page.locator('.bn-block-outer').last().fill('/');
|
||||
await page.getByText('Resizable image with caption').click();
|
||||
await page.getByText('Upload image').click();
|
||||
|
||||
Reference in New Issue
Block a user