Fix flaky embedded spec

The new cart sidebar takes 300ms to animate in. If we try to click the button on the left during this time, we may click the button on the right as it slides in.
This commit is contained in:
Matt-Yorkley
2020-07-07 00:23:43 +02:00
parent 3d955a952c
commit 447a873e5c

View File

@@ -67,6 +67,7 @@ module UIComponentHelper
def toggle_cart
page.find("#cart").click
sleep 0.3 # Allow 300ms for sidebar animation to finish
end
def wait_for_ajax