Skip to content

[🚫 Bug] Latest Stable VS Code 1.106.0: InputBox.confirm() stops to work #2148

@doublecranberry

Description

@doublecranberry

Describe the bug

InputBox.confirm() does not work in VS Code 1.106.0:

Image
Stack trace: ElementClickInterceptedError: element click intercepted: Element <input class="input" autocorrect="off" autocapitalize="off" spellcheck="false" type="text" wrap="off" aria-label="Press 'Enter' to go to line 1 at column 2." role="textbox" aria-haspopup="menu" aria-autocomplete="list" aria-describedby="quickInput_message" aria-controls="quickInput_list" placeholder="Type the line number and optional column to go to (e.g. :42:5 for line 42, column 5). Type :: to go to a character offset (e.g. ::1024 for character 1024 from the start of the file). Use negative values to navigate backwards." style="background-color: inherit; color: var(--vscode-input-foreground); width: calc(100% - 22px);" aria-activedescendant="list_id_3_0"> is not clickable at point (727, 63). Other element would receive the click: <div class="quick-input-visible-count" aria-live="polite" aria-atomic="true" style="right: 26px;">...</div>
01:34:44     (Session info: chrome=138.0.7204.251)
01:34:44       at Object.throwDecodedError (/mnt/agent/work/65f2720b2e815c27/dotnet/VsCode/src/VsCode.Frontend/node_modules/selenium-webdriver/lib/error.js:523:15)
01:34:44       at parseHttpResponse (/mnt/agent/work/65f2720b2e815c27/dotnet/VsCode/src/VsCode.Frontend/node_modules/selenium-webdriver/lib/http.js:524:13)
01:34:44       at Executor.execute (/mnt/agent/work/65f2720b2e815c27/dotnet/VsCode/src/VsCode.Frontend/node_modules/selenium-webdriver/lib/http.js:456:28)
01:34:44       at processTicksAndRejections (node:internal/process/task_queues:95:5)
01:34:44       at async Driver.execute (/mnt/agent/work/65f2720b2e815c27/dotnet/VsCode/src/VsCode.Frontend/node_modules/selenium-webdriver/lib/webdriver.js:745:17)
01:34:44       at async InputBox.confirm (/mnt/agent/work/65f2720b2e815c27/dotnet/VsCode/src/VsCode.Frontend/node_modules/@redhat-developer/page-objects/out/components/workbench/input/Input.js:81:9)
01:34:44       at async TextEditor.setCursor (/mnt/agent/work/65f2720b2e815c27/dotnet/VsCode/src/VsCode.Frontend/node_modules/@redhat-developer/page-objects/out/components/editor/TextEditor.js:337:9)

Steps to reproduce

-

Logs

-

Operating System

Linux

Visual Studio Code

1.106.0

vscode-extension-tester

8.18.0

NodeJS

20.19.5

npm

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingnew-issueNew issue which was not discussed yet

    Type

    No type

    Projects

    Status

    New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions