spec/features/admin/reimbursements_spec.rb in solidus_backend-2.7.4 vs spec/features/admin/reimbursements_spec.rb in solidus_backend-2.8.0
- old
+ new
@@ -9,10 +9,10 @@
it "should display the reimbursements table" do
visit spree.admin_order_reimbursement_path(reimbursement.order, reimbursement)
expect(page).to have_css('table thead tr th', text: 'Product')
expect(page).to have_css('table thead tr th', text: 'Preferred Reimbursement Type')
expect(page).to have_css('table thead tr th', text: 'Reimbursement Type Override')
- expect(page).to have_css('table thead tr th', text: 'Exchange for')
+ expect(page).to have_css('table thead tr th', text: 'Exchange For')
expect(page).to have_css('table thead tr th', text: 'Amount Before Sales Tax')
expect(page).to have_css('table thead tr th', text: 'Total')
end
end