mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-25 23:13:09 +03:00
fix(server): vague initial chat content in test (#9267)
This commit is contained in:
parent
4c11537bef
commit
475e3d80b2
@ -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 }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user