mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
feat(core): add candidates popover in ai chat-panel (#11178)
Close [BS-2853](https://linear.app/affine-design/issue/BS-2853).
This commit is contained in:
@@ -272,7 +272,7 @@ test.describe('chat panel', () => {
|
||||
await page.waitForTimeout(200);
|
||||
await createLocalWorkspace({ name: 'test' }, page);
|
||||
await clickNewPageButton(page);
|
||||
await makeChat(page, 'hello');
|
||||
await makeChat(page, 'What is AFFiNE?');
|
||||
const content = (await collectChat(page))[1].content;
|
||||
await page.getByTestId('action-copy-button').click();
|
||||
await page.waitForTimeout(500);
|
||||
|
||||
Reference in New Issue
Block a user