mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-22 05:18:51 +00:00
Fix tax rates spec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user