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] ubuntu pipelines is failing after ubuntu-latests was changed to 24.04 #73

Open
pospisilf opened this issue Jan 6, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@pospisilf
Copy link
Contributor

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

https://github.com/redhat-developer/vscode-extension-tester-example/actions/runs/12368916912/job/35207916450

Logs

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

@pospisilf pospisilf added the bug Something isn't working label Jan 6, 2025
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