fix(server): vague initial chat content in test (#9267)

This commit is contained in:
darkskygit
2024-12-24 04:26:52 +00:00
parent 4c11537bef
commit 475e3d80b2

View File

@@ -414,7 +414,7 @@ test.describe('chat with block', () => {
await page.waitForTimeout(200);
await createLocalWorkspace({ name: 'test' }, page);
await clickNewPageButton(page);
await pasteTextToPageEditor(page, 'hello');
await pasteTextToPageEditor(page, 'Mac Mini');
});
test.beforeEach(async ({ page }) => {