From 46a9578d69f9412f0276ad9ab5dfd8b987f34c94 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:06:54 +0200 Subject: [PATCH] test: align mobile application actions expectations --- tests/Feature/ResponsiveCheckboxLayoutTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Feature/ResponsiveCheckboxLayoutTest.php b/tests/Feature/ResponsiveCheckboxLayoutTest.php index a044b79a6..9cbce97c9 100644 --- a/tests/Feature/ResponsiveCheckboxLayoutTest.php +++ b/tests/Feature/ResponsiveCheckboxLayoutTest.php @@ -92,11 +92,11 @@ $response->assertSee('', false); $response->assertSee('', false); $response->assertSee('', false); - $response->assertSee('', false); + $response->assertSee('application-mobile-actions'); + $response->assertDontSee('', false); $response->assertSee('value="navigate|application|', false); $response->assertSee('value="navigate|configuration|', false); $response->assertSee('window.Livewire?.navigate ? window.Livewire.navigate(url) : window.location.href = url', false); - $response->assertSee('value="action:force-deploy"', false); $response->assertSee('application-mobile-stop-trigger'); $response->assertSee('application-mobile-deploy-trigger'); $response->assertSee('application-mobile-restart-trigger');