diff --git a/tests/affine-cloud-copilot/e2e/copilot.spec.ts b/tests/affine-cloud-copilot/e2e/copilot.spec.ts index 5b0f6c48a9..cb620613c4 100644 --- a/tests/affine-cloud-copilot/e2e/copilot.spec.ts +++ b/tests/affine-cloud-copilot/e2e/copilot.spec.ts @@ -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 }) => {