From a7d8028d5a420830a66385ea0d4c667b5e3e24a9 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 14 Oct 2016 16:04:16 +1100 Subject: [PATCH] Add `retry: 3` to intermittently failing spec --- spec/features/consumer/shopping/checkout_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/consumer/shopping/checkout_spec.rb b/spec/features/consumer/shopping/checkout_spec.rb index d9c9e8bf8f..18360b806a 100644 --- a/spec/features/consumer/shopping/checkout_spec.rb +++ b/spec/features/consumer/shopping/checkout_spec.rb @@ -402,7 +402,7 @@ feature "As a consumer I want to check out my cart", js: true, retry: 3 do o.save! end - it "checks out successfully" do + it "checks out successfully", retry: 3 do visit checkout_path checkout_as_guest choose sm2.name