[🚫 Bug] Locators with class "inputarea" do not work in 1.97 preview #1715
Open
Description
Describe the bug
This is more of an FYI since I don't see that issue reported anywhere.
In 1.97 nightlies the textarea doesn't have the class inputarea
and cannot be located e.g. by EditorView.setTextAtLine.
Steps to reproduce
1. Download VS Code nightly for 1.97
1. Run any test having **EditorView.setTextAtLine** in it
Logs
NoSuchElementError: no such element: Unable to locate element: {"method":"css selector","selector":".inputarea"}
[java] (Session info: chrome=128.0.6613.186)
Operating System
macOS 15.2
Visual Studio Code
1.97.0
vscode-extension-tester
8.10.0
NodeJS
18.20.4
npm
10.9.1
Metadata
Assignees
Labels
Type
Projects
Status
Todo