mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +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