diff --git a/spec/features/consumer/shopping/checkout_spec.rb b/spec/features/consumer/shopping/checkout_spec.rb index 00bfb2c06e..e4a6e56437 100644 --- a/spec/features/consumer/shopping/checkout_spec.rb +++ b/spec/features/consumer/shopping/checkout_spec.rb @@ -45,7 +45,7 @@ feature "As a consumer I want to check out my cart", js: true do context "When shipping method requires an address" do before do toggle_accordion "Shipping" - choose(sm1.name) + find(:radio_button, sm1.name, {}).trigger "click" end it "shows ship address forms when 'same as billing address' is unchecked" do uncheck "Shipping address same as billing address?"