-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
Current GHA test profiles are failing. Seeing some different issues:
- Element lookup failures:
NoSuchElementError: no such element: Unable to locate element: {"method":"css selector","selector":".monaco-workbench"} - Element interaction failures:
ElementNotInteractableError: element not interactable - Type/undefined errors:
TypeError: Cannot read properties of undefined (reading 'click'),TypeError: Cannot read properties of undefined (reading 'openContextMenu')
The type errors might be related to the previous version change on vscode-extension-tester. The lookup and interaction failures could also be related to the change, or timing/wait inconsistencies.
Reactions are currently unavailable