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:
Maikel Linke
2024-04-12 12:34:26 +10:00
parent e5323c8e82
commit d9ec6e2ca3

View File

@@ -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