Updated the assertion/error to consider PR #6545

This commit is contained in:
filipefurtad0
2021-01-03 18:39:13 +00:00
committed by Matt-Yorkley
parent 7f658d4c46
commit fc062a04a4

View File

@@ -52,7 +52,7 @@ describe "Tax Rates" do
uncheck("tax_rate[show_rate_in_label]")
check("tax_rate[included_in_price]")
click_button "Update"
expect(page).to have_content("Included Price Validation")
expect(page).to have_content("cannot be selected unless you have set a Default Tax Zone")
end
it "can be deleted", js: true do