bootstrap-rubygem
bootstrap-rubygem copied to clipboard
4.3.0 jQuery is not defined
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
You fixed this?
I am facing the same issue. Anybody tried to solve this?