mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
aeafb90498
We disabled caching entirely, because it sometimes led to unexpected behavior in tests, and Qt 4.8 didn't behave the same as Qt 5.x. However, this introduced issues: * Selenium does perform caching, so capybara-webkit behaved differently when switching drivers * Without any caching, assets were sometimes requested twice for the same page This commit re-enables caching and attempts to improve the way we behave on cached pages so that testing is less unpredictable. It adds tests to ensure we continue to behave similarly to Selenium. |
||
---|---|---|
.. | ||
integration | ||
support | ||
browser_spec.rb | ||
capybara_webkit_builder_spec.rb | ||
connection_spec.rb | ||
cookie_jar_spec.rb | ||
driver_rendering_spec.rb | ||
driver_resize_window_spec.rb | ||
driver_spec.rb | ||
errors_spec.rb | ||
selenium_compatibility_spec.rb | ||
self_signed_ssl_cert.rb | ||
spec_helper.rb |