Patching to trigger

This commit is contained in:
Will Marshall
2014-05-06 18:35:04 +10:00
parent 6af314a075
commit 1823dac694

View File

@@ -8,7 +8,7 @@ module ShopWorkflow
end
def toggle_accordion(name)
find("dd a", text: name).click
find("dd a", text: name).trigger "click"
end
def add_product_to_order_cycle(exchange, product)