Skip to content

Vue tests failed after upgrading to selenium 4.12.0 #2056

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

Closed
mdmintz opened this issue Sep 2, 2023 · 2 comments · Fixed by #2057
Closed

Vue tests failed after upgrading to selenium 4.12.0 #2056

mdmintz opened this issue Sep 2, 2023 · 2 comments · Fixed by #2057
Assignees
Labels
bug Uh oh... Something needs to be fixed

Comments

@mdmintz
Copy link
Member

mdmintz commented Sep 2, 2023

Vue tests failed after upgrading to selenium 4.12.0

https://github.com/mdmintz/sails-demo-app/actions/runs/6054889709

(The Python 3.7 tests were still successful because they were using selenium 4.11.2)

Errors that were seen in the console after upgrading to selenium 4.12.0:

  • TypeError: _.cloneDeep is not a function
  • TypeError: _.isNull is not a function

Related ticket: SeleniumHQ/selenium#12659

The problems are being caused by _ being overwritten by Selenium.

(SeleniumBase should rollback the Selenium version until the issue is fixed, unless they ship a fix first.)

Screenshot
@mdmintz mdmintz self-assigned this Sep 2, 2023
@mdmintz mdmintz added the bug Uh oh... Something needs to be fixed label Sep 2, 2023
@mdmintz mdmintz assigned mdmintz and unassigned mdmintz Sep 2, 2023
@mdmintz
Copy link
Member Author

mdmintz commented Sep 2, 2023

@mdmintz
Copy link
Member Author

mdmintz commented Sep 2, 2023

Vue tests are now passing with seleniumbase 4.18.1 after downgrading to selenium 4.11.2: https://github.com/mdmintz/sails-demo-app/actions/runs/6058907374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Uh oh... Something needs to be fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant