mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix(core): unable to copy the selected ai answer content across multiple lines (#11806)
> CLOSE AI-76
This commit is contained in:
@@ -319,7 +319,8 @@ export class EditorUtils {
|
||||
) {
|
||||
// Create tag
|
||||
const tags = await page.getByTestId('explorer-tags');
|
||||
await tags.getByTestId('explorer-bar-add-favorite-button').click();
|
||||
await tags.hover();
|
||||
await tags.getByTestId('explorer-bar-add-tag-button').click();
|
||||
const input = await page.getByTestId('rename-modal-input');
|
||||
await input.focus();
|
||||
await input.pressSequentially(tagName);
|
||||
|
||||
Reference in New Issue
Block a user