diff --git a/spec/support/request/shop_workflow.rb b/spec/support/request/shop_workflow.rb index 407cebd88e..bdad9e5d49 100644 --- a/spec/support/request/shop_workflow.rb +++ b/spec/support/request/shop_workflow.rb @@ -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)