mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-24 01:13:21 +00:00
Fixes case on failing test
This commit is contained in:
committed by
David Cook
parent
9aecf9feb4
commit
5e4381cc63
@@ -539,7 +539,7 @@ RSpec.describe '
|
||||
visit spree.edit_admin_order_path(order)
|
||||
|
||||
click_link "Payments"
|
||||
expect(page).to have_content "NEW PAYMENT"
|
||||
expect(page).to have_content "New Payment"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user