mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Fix spec by not raising the error image not found
`GET http://localhost:3000/throbber.gif 404 (Not Found)` In the meantime, open an issue to remove jquery.jstree from this page: 9677
This commit is contained in:
@@ -43,6 +43,10 @@ describe "Taxonomies" do
|
||||
end
|
||||
|
||||
context "edit" do
|
||||
before do
|
||||
Capybara.raise_server_errors = false
|
||||
end
|
||||
|
||||
it "should allow an admin to update an existing taxonomy" do
|
||||
create(:taxonomy)
|
||||
click_link "Taxonomies"
|
||||
|
||||
Reference in New Issue
Block a user