mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
Add retry to failing payment method spec
This commit is contained in:
@@ -30,7 +30,7 @@ feature %q{
|
||||
payment_method.distributors.should == [@distributors[0]]
|
||||
end
|
||||
|
||||
scenario "updating a payment method" do
|
||||
scenario "updating a payment method", retry: 3 do
|
||||
pm = create(:payment_method, distributors: [@distributors[0]])
|
||||
login_to_admin_section
|
||||
|
||||
|
||||
Reference in New Issue
Block a user