mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix typo in test wording
This commit is contained in:
@@ -133,7 +133,7 @@ feature 'Customers' do
|
||||
context "with an additional negative payment (or refund)" do
|
||||
let!(:payment2) { create(:payment, order: order1, state: 'completed', payment_method: payment_method, response_code: 'pi_123', amount: -25.00) }
|
||||
|
||||
it "it displays an updated customer balance" do
|
||||
it "displays an updated customer balance" do
|
||||
visit spree.admin_order_payments_path order1
|
||||
expect(page).to have_content "$#{payment2.amount}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user