redhat-developer / vscode-extension-tester

ExTester: Your Essential UI Testing Companion for Visual Studio Code Extensions! Seamlessly execute UI tests with Selenium WebDriver, ensuring robustness and reliability in your extension development journey. Simplify UI testing for your VS Code extensions and elevate the quality of your user interface effortlessly.
Apache License 2.0
258 stars 70 forks source link

[🚫 Bug] Input.confirm() may not work as expected #1278

Closed djelinek closed 2 months ago

djelinek commented 5 months ago

Describe the bug

Sometimes it can happen that confirm method is not really confirm the opened input box

Steps to reproduce

1. open input box
2. set text
3. confirm input

Logs

none

Operating System

all

Visual Studio Code

1.88.x

vscode-extension-tester

8.1.0

NodeJS

18.x

npm

No response

djelinek commented 5 months ago

it seems to related when there is a render of quickpick during attempt to confirm the input box

djelinek commented 2 months ago

closing - obsolete