diff --git a/saas/test/controllers/devices_controller_test.rb b/saas/test/controllers/devices_controller_test.rb index 8b37a0164..b829172f5 100644 --- a/saas/test/controllers/devices_controller_test.rb +++ b/saas/test/controllers/devices_controller_test.rb @@ -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