mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Wait longer for real Stripe responses
When we re-record cassettes, I noticed this spec failing. We may need to add this parameter to more specs.
This commit is contained in:
@@ -205,7 +205,7 @@ describe '
|
||||
|
||||
page.find('a.icon-void').click
|
||||
|
||||
expect(page).to have_content "VOID"
|
||||
expect(page).to have_content "VOID", wait: 4
|
||||
expect(payment.reload.state).to eq "void"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user