Clean up blank slates

This commit is contained in:
Andy Smith
2026-01-12 15:37:06 -06:00
parent 30928a1f5a
commit 64fdbf6b8f
15 changed files with 54 additions and 55 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class SearchesControllerTest < ActionDispatch::IntegrationTest
# Searching with non-existent card id
get search_path(q: "999999", script_name: "/#{@account.external_account_id}")
assert_select "form[data-controller='auto-submit']", count: 0
assert_select ".search__empty", text: "No matches"
assert_select ".search__blank-slate", text: "No matches"
end
test "search highlights matched terms with proper HTML marks" do