Open
Description
With the release 2020.12.003 of the devonfw IDE the VS Code version was updated to 1.54.1.
In this version the command cobiGenJava in the VS Code runner throws the following error:
Run cobiGenJava [
'cobigenexample/core/src/main/java/com/example/application/cobigenexample/customermanagement/dataaccess/api/CustomerEntity.java',
[ 1, 3, 5, 6, 8 ]
]
Error while running test: D:\a\tutorial-compiler\tutorial-compiler\build\working\vscode_tests\runCobiGenJava.js (exit code: 1)
Loading mocha configuration from D:\a\tutorial-compiler\tutorial-compiler\build\runners\vscode\.mocharc.js
Writing code settings to D:\a\tutorial-compiler\tutorial-compiler\build\runners\vscode\resources\settings\User\settings.json
CobiGenJava Test
1) runCobiGenJava
Shutting down the browser
0 passing (49s)
1 failing
1) CobiGenJava Test
runCobiGenJava:
WebDriverError: element not interactable
(Session info: chrome=87.0.4280.141)
(Driver info: chromedriver=87.0.4280.88 (89e2380a3e36c3464b5dd1302349b1382549290d-refs/branch-heads/4280@{#1761}),platform=Windows NT 10.0.17763 x86_64)
at Object.checkLegacyResponse (D:\a\tutorial-compiler\tutorial-compiler\node_modules\selenium-webdriver\lib\error.js:546:15)
at parseHttpResponse (D:\a\tutorial-compiler\tutorial-compiler\node_modules\selenium-webdriver\lib\http.js:509:13)
at D:\a\tutorial-compiler\tutorial-compiler\node_modules\selenium-webdriver\lib\http.js:441:30
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
From: Task: WebElement.sendKeys()
at Driver.schedule (D:\a\tutorial-compiler\tutorial-compiler\node_modules\selenium-webdriver\lib\webdriver.js:807:17)
at WebElement.schedule_ (D:\a\tutorial-compiler\tutorial-compiler\node_modules\selenium-webdriver\lib\webdriver.js:2010:25)
at WebElement.sendKeys (D:\a\tutorial-compiler\tutorial-compiler\node_modules\selenium-webdriver\lib\webdriver.js:2174:19)
at TerminalView.<anonymous> (D:\a\tutorial-compiler\tutorial-compiler\node_modules\monaco-page-objects\out\components\bottomBar\Views.js:55:25)
at Generator.next (<anonymous>)
at fulfilled (D:\a\tutorial-compiler\tutorial-compiler\node_modules\monaco-page-objects\out\components\bottomBar\Views.js:5:58)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)