From 0caf9b057be18cb97d622a900719c2b5605ba708 Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Mon, 2 Mar 2026 10:20:58 +0100 Subject: [PATCH] Update empty state test --- saas/test/controllers/devices_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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