Fix shops path for spec

This commit is contained in:
Rohan Mitchell
2015-05-13 14:31:40 +10:00
parent 0ac7dbf23b
commit 5e5628d0c3

View File

@@ -29,7 +29,7 @@ feature "shopping with variant overrides defined", js: true do
outgoing_exchange.variants = [v1, v2, v3, v4]
outgoing_exchange.enterprise_fees << ef
sm.calculator.preferred_amount = 0
visit shop_path
visit shops_path
click_link hub.name
end