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
Ubuntu pipeline started failing after GitHub Actions pipeline label ubuntu-latest reference was changed from 22.04 to 24.04. Issue is connected with openResource.
1) Bottom Bar Example Tests
Problems View
"before all" hook for"Error markers are displayed":
TimeoutError: Wait timed out after 15062ms
at /home/runner/work/vscode-extension-tester-example/vscode-extension-tester-example/node_modules/selenium-webdriver/lib/webdriver.js:928:22
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2) Example status bar tests
Generic items:
AssertionError: expected undefined not to be undefined
at Context.<anonymous> (out/ui-test/statusBar.test.js:67:37)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
3) Example status bar tests
Items bound to open file:
NoSuchElementError: no such element: Unable to locate element: {"method":"css selector","selector":"*[id="status\.editor\.encoding"]"}
(Session info: chrome=128.0.6613.186)
at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:521:15)
at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:514:13)
at Executor.execute (node_modules/selenium-webdriver/lib/http.js:446:28)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Driver.execute (node_modules/selenium-webdriver/lib/webdriver.js:744:17)
at async toWireValue (node_modules/selenium-webdriver/lib/webdriver.js:148:15)
at async /home/runner/work/vscode-extension-tester-example/vscode-extension-tester-example/node_modules/selenium-webdriver/lib/webdriver.js:194:16
at async forEachKey (node_modules/selenium-webdriver/lib/webdriver.js:188:9)
at async convertKeys (node_modules/selenium-webdriver/lib/webdriver.js:193:3)
at async Driver.execute (node_modules/selenium-webdriver/lib/webdriver.js:742:22)
at async StatusBar.openEncodingSelection (node_modules/@redhat-developer/page-objects/out/components/statusBar/StatusBar.js:111:9)
at async Context.<anonymous> (out/ui-test/statusBar.test.js:77:9)
4) Example tree view tests
Content
"before all" hook for"Look at the items":
NoSuchElementError: No section with title 'test' found
at ViewContent.getSection (node_modules/@redhat-developer/page-objects/out/components/sidebar/ViewContent.js:54:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Context.<anonymous> (out/ui-test/treeView.test.js:90:21)
Operating System
Ubuntu 24.04
Visual Studio Code
see pipeline
vscode-extension-tester
see pipeline
NodeJS
see pipeline
npm
see pipeline
The text was updated successfully, but these errors were encountered:
Describe the bug
Ubuntu pipeline started failing after GitHub Actions pipeline label
ubuntu-latest
reference was changed from 22.04 to 24.04. Issue is connected with openResource.Steps to reproduce
Logs
Operating System
Ubuntu 24.04
Visual Studio Code
see pipeline
vscode-extension-tester
see pipeline
NodeJS
see pipeline
npm
see pipeline
The text was updated successfully, but these errors were encountered: