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

.suggest-widget error with VS Code 1.44.0 #93

Closed
apupier opened this issue Apr 10, 2020 · 0 comments
Closed

.suggest-widget error with VS Code 1.44.0 #93

apupier opened this issue Apr 10, 2020 · 0 comments
Milestone

Comments

@apupier
Copy link
Member

apupier commented Apr 10, 2020

 NoSuchElementError: no such element: Unable to locate element: {"method":"css selector","selector":".suggest-widget"}
  (Session info: chrome=78.0.3904.130)
  (Driver info: chromedriver=78.0.3904.105 (60e2d8774a8151efa6a00b1f358371b1e0e07ee2-refs/branch-heads/3904@{#877}),platform=Linux 4.15.0-1028-gcp x86_64)
      at Object.checkLegacyResponse (node_modules/selenium-webdriver/lib/error.js:546:15)
      at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:509:13)
      at doSend.then.response (node_modules/selenium-webdriver/lib/http.js:441:30)
      at <anonymous>
      at process._tickCallback (internal/process/next_tick.js:189:7)
  From: Task: WebElement.findElement(By(css selector, .suggest-widget))
      at Driver.schedule (node_modules/selenium-webdriver/lib/webdriver.js:807:17)
      at TextEditor.schedule_ (node_modules/selenium-webdriver/lib/webdriver.js:2010:25)
      at TextEditor.findElement (node_modules/selenium-webdriver/lib/webdriver.js:2057:17)
      at TextEditor.<anonymous> (node_modules/vscode-extension-tester/out/webdriver/components/editor/TextEditor.js:63:39)
      at Generator.next (<anonymous>)
      at fulfilled (node_modules/vscode-extension-tester/out/webdriver/components/editor/TextEditor.js:5:58)
      at <anonymous>
      at process._tickCallback (internal/process/next_tick.js:189:7)

see https://travis-ci.org/github/camel-tooling/camel-lsp-client-vscode/builds/673303559#L447-L466

the corresponding code to this error is here

https://github.com/camel-tooling/camel-lsp-client-vscode/blob/14080131f1af3bfd1b820d9dd63ac2e14259696f/src/ui-test/xml_completion_support_test.ts#L38-L50

jrichter1 added a commit to jrichter1/vscode-extension-tester that referenced this issue Apr 14, 2020
@apupier apupier added this to the 2.6.0 milestone Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant