Remove some search/directions custom css

This commit is contained in:
Anton Khorev 2023-10-20 16:38:25 +03:00
parent 574231cf95
commit 62ba143c3c
6 changed files with 13 additions and 21 deletions

View file

@ -415,6 +415,6 @@ class GeocoderControllerTest < ActionDispatch::IntegrationTest
assert_response :success
assert_template :error
assert_template :layout => nil
assert_select "p.search_results_error", error
assert_select ".alert.alert-danger", error
end
end