fix(core): unable to copy the selected ai answer content across multiple lines (#11806)

> CLOSE AI-76
This commit is contained in:
yoyoyohamapi
2025-04-18 10:33:14 +00:00
parent 7ef1d46d1a
commit dcfc92347f
3 changed files with 56 additions and 2 deletions

View File

@@ -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);