You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading from 4.2.0 to 4.3.0 breaks my test suite.
Tests that pass on 4.2.0 now fail, all of the issues seem to be caused by Javascript not loading properly on the page (Ajax calls breaking, etc.)
5) My spec
Got 0 failures and 2 other errors:
5.1) Failure/Error: page.evaluate_script('jQuery.active').zero?
Selenium::WebDriver::Error::JavascriptError:
javascript error: jQuery is not defined
(Session info: headless chrome=73.0.3683.103)
(Driver info: chromedriver=73.0.3683.20 (8e2b610813e167eee3619ac4ce6e42e3ec622017),platform=Mac OS X 10.14.4 x86_64)
[Screenshot]: tmp/screenshots/....png
The text was updated successfully, but these errors were encountered:
Upgrading from 4.2.0 to 4.3.0 breaks my test suite.
Tests that pass on 4.2.0 now fail, all of the issues seem to be caused by Javascript not loading properly on the page (Ajax calls breaking, etc.)
The text was updated successfully, but these errors were encountered: