You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: