diff --git a/spec/features/admin/configuration/tax_rates_spec.rb b/spec/features/admin/configuration/tax_rates_spec.rb index da67ba3dc8..cdf6155c04 100644 --- a/spec/features/admin/configuration/tax_rates_spec.rb +++ b/spec/features/admin/configuration/tax_rates_spec.rb @@ -25,6 +25,6 @@ describe "Tax Rates" do click_link "New Tax Rate" fill_in "Rate", with: "0.05" click_button "Create" - expect(page).to have_content("Tax Rate has been successfully created!") + expect(page).to have_content("Tax rate has been successfully created!") end end