mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-24 04:27:27 +08:00
fix(server): vague initial chat content in test (#9267)
This commit is contained in:
@@ -414,7 +414,7 @@ test.describe('chat with block', () => {
|
|||||||
await page.waitForTimeout(200);
|
await page.waitForTimeout(200);
|
||||||
await createLocalWorkspace({ name: 'test' }, page);
|
await createLocalWorkspace({ name: 'test' }, page);
|
||||||
await clickNewPageButton(page);
|
await clickNewPageButton(page);
|
||||||
await pasteTextToPageEditor(page, 'hello');
|
await pasteTextToPageEditor(page, 'Mac Mini');
|
||||||
});
|
});
|
||||||
|
|
||||||
test.beforeEach(async ({ page }) => {
|
test.beforeEach(async ({ page }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user