Account for svg on sessions#new

This commit is contained in:
Jason Zimdars
2024-08-12 14:02:18 -05:00
parent 81abde2849
commit 2dd5f926f4
+1 -1
View File
@@ -16,7 +16,7 @@ class SessionsControllerTest < ActionDispatch::IntegrationTest
test "new allowed with compatible browser" do
get new_session_url, env: { "HTTP_USER_AGENT" => ALLOWED_BROWSER }
assert_select "svg", message: /Your browser is not supported/, count: 0
assert_select "svg", text: /Your browser is not supported/, count: 0
end
test "create with valid credentials" do