Patching a spec issue with occlusion

This commit is contained in:
Will Marshall
2014-05-06 18:24:54 +10:00
parent 7835343273
commit 549b41d6fe

View File

@@ -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?"