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

Fix Selenium tests #7

Open
woodthom2 opened this issue Aug 6, 2024 · 0 comments
Open

Fix Selenium tests #7

woodthom2 opened this issue Aug 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@woodthom2
Copy link
Contributor

Description

Either Selenium or Chrome has updated, and the Selenium tests (under tests/selenium are all failing)

Selenium is there to test that the API and front end are interacting correctly. We test the front end both locally and on remote URL.

Environment

Provide details regarding the operating system, toolchain, and environment.

  • Python 3.11, 3.12 or later

  • Google Chrome 127.0.6533.88

How to Reproduce

python -m unittest discover tests/selenium_tests/  

Error:

OSError: [Errno 8] Exec format error: '/home/imt/.wdm/drivers/chromedriver/linux64/127.0.6533.88/chromedriver-linux64/THIRD_PARTY_NOTICES.chromedriver'  

Expected Behavior

Tests pass

@woodthom2 woodthom2 added the bug Something isn't working label Aug 6, 2024
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