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
No known key found for this signature in database
GPG Key ID: 97B7D036B1566E9D

View File

@ -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 }) => {