Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: error in runCobiGenJava for VS Code runner in VS Code 1.54.1 #167

Open
GuentherJulian opened this issue Mar 31, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@GuentherJulian
Copy link
Contributor

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)
@GuentherJulian GuentherJulian added the bug Something isn't working label Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant