diff --git a/spec/system/admin/order_spec.rb b/spec/system/admin/order_spec.rb index 9a0f8a7d4b..dfe5d07e51 100644 --- a/spec/system/admin/order_spec.rb +++ b/spec/system/admin/order_spec.rb @@ -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