From 38edc51e3fa8ad23a7fc24f9fcc7bb1fc6f159af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sat, 27 Mar 2021 00:42:45 +0100 Subject: [PATCH] Explicitly use rack driver in IE tests Since we need to fake what happens to Internet Explorer users, we can't run the test on a real browser. --- spec/system/home_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/home_spec.rb b/spec/system/home_spec.rb index 070737f60..0cacb822b 100644 --- a/spec/system/home_spec.rb +++ b/spec/system/home_spec.rb @@ -105,7 +105,7 @@ describe "Home" do end end - describe "IE alert" do + describe "IE alert", :no_js do scenario "IE visitors are presented with an alert until they close it", :page_driver do # Selenium API does not include page request/response inspection methods # so we must use Capybara::RackTest driver to set the browser's headers