cursor icon indicating copy to clipboard operation
cursor copied to clipboard

Incorrect code editing

Open MasloyMax opened this issue 1 year ago • 0 comments

Env: Version: 0.40.3 VSCode Version: 1.91.1 Chromium: 122.0.6261.156 Node.js: 20.9.0 OS: Darwin x64 23.6.0

Steps:

  1. Create project on webdriverio + typescript (npm create wdio ./)
  2. Open any file and enter a similar code (as on the gif) - await element.waitForDisplayed()

AR: Unnecessary brackets are added ER: Euant is added correctly, no brackets are present

Att: bug 2.gif.zip

MasloyMax avatar Sep 05 '24 07:09 MasloyMax