mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-21 05:09:15 +00:00
Add retry: 3 to intermittently failing spec
This commit is contained in:
committed by
Rob Harrington
parent
d49469a3e6
commit
a7d8028d5a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user