From 4087d08e8eaa3a0b803f6ebe301d2895537b4adf Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Fri, 28 Feb 2014 13:53:58 +1100 Subject: [PATCH] Removing a save and open page call --- spec/features/consumer/shopping/checkout_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/features/consumer/shopping/checkout_spec.rb b/spec/features/consumer/shopping/checkout_spec.rb index ffdc1cde8d..4e08b9d5e4 100644 --- a/spec/features/consumer/shopping/checkout_spec.rb +++ b/spec/features/consumer/shopping/checkout_spec.rb @@ -175,7 +175,6 @@ feature "As a consumer I want to check out my cart", js: true do within "#details" do fill_in "First Name", with: "Will" fill_in "Last Name", with: "Marshall" - save_and_open_page fill_in "Billing Address", with: "123 Your Face" select "Australia", from: "Country" select "Victoria", from: "State"