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 report: testui keep failing with Chromedriver version error #1638

Closed
jpledref opened this issue Oct 3, 2023 · 1 comment
Closed

Bug report: testui keep failing with Chromedriver version error #1638

jpledref opened this issue Oct 3, 2023 · 1 comment
Labels

Comments

@jpledref
Copy link

jpledref commented Oct 3, 2023

Describe the bug
UI tests with nightwatch fail by raising this message:

message: 'session not created: This version of ChromeDriver only supports Chrome version 114\n' +
         'Current browser version is 117.0.5938.88 with binary path /usr/bin/google-chrome',

This issue may block the merge of PRs. (See #1631 #1626 #1623)

To Reproduce
Steps to reproduce the behaviour or a link to the recipe / input used to cause the bug:

  1. Create a new PR (or trigger github actions again)
  2. pull_request jobs will run and this error will be shown

Expected behaviour
A job ending with a success.

Screenshots
If applicable, add screenshots to help explain your problem.
image

Additional context
Add any other context about the problem here.

The problem comes from an incompatibility between chromedriver npm package version and installed chromium version into the runner. Into pull_requests.yml, ubuntu-latest image is used.

=> We shall either pin this ubuntu version or install a pinned version of chromium into the job. Upgrading periodically chromedriver will tire us out.

@a3957273
Copy link
Member

a3957273 commented Feb 3, 2024

Fixed in #1700

@a3957273 a3957273 closed this as completed Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants