-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugUh oh... Something needs to be fixedUh oh... Something needs to be fixed
Description
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.)

Metadata
Metadata
Assignees
Labels
bugUh oh... Something needs to be fixedUh oh... Something needs to be fixed