Update empty state test

This commit is contained in:
Adrien Maston
2026-03-02 10:20:58 +01:00
parent 3cb5906023
commit 0caf9b057b
@@ -22,7 +22,7 @@ class DevicesControllerTest < ActionDispatch::IntegrationTest
untenanted { get saas.devices_path }
assert_response :success
assert_select "p", /No devices registered/
assert_select "h1", /No devices registered/
end
test "show notification settings with registered devices" do