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:
Jean-Baptiste Bellet
2022-09-16 11:04:08 +02:00
parent ba2ad4a0c4
commit cf8bab97e8

View File

@@ -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"