Skip to content

Commit

Permalink
WIP: marke spec which needs attention
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Aug 29, 2022
1 parent 4cd3780 commit 0cc7420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/system/consumer/shopping/checkout_stripe_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@
end

it "allows saving a card and re-using it" do
# TODO: This case fails in production after the activemerchant upgrade.
# But this test case still passed. We need to make this spec fail correctly.
checkout_with_stripe guest_checkout: false, remember_card: true

expect(page).to have_content "Confirmed"
Expand Down

0 comments on commit 0cc7420

Please sign in to comment.