From 04271bf22701ac20765e7724db219bc8f265ce0f Mon Sep 17 00:00:00 2001 From: Andreas Reinhold / reini Date: Tue, 15 Sep 2026 02:01:24 +0200 Subject: [PATCH] Fix ActionsTest's colour-class probe to use a real class hint-class="text-error" and icon-class="text-error" named a Tailwind utility Tailwind never generates: its content scanner does not read tests/Browser/*.php, so a class used only in a route fixture there never makes it into the built CSS, and the assertion compared two unstyled defaults that happen to differ rather than two error-coloured elements. md-ink-error is a real, always-present class (text.css) for exactly this "an application's own colour" case group.blade.php's own comment already recommends (plan step 36, closing the full run). Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9 --- tests/Browser/ActionsTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Browser/ActionsTest.php b/tests/Browser/ActionsTest.php index f7b4bdf3..51c664b0 100644 --- a/tests/Browser/ActionsTest.php +++ b/tests/Browser/ActionsTest.php @@ -336,13 +336,13 @@ it('paints a group\'s hint and a menu item\'s icon in the colour their classes n @vite(config('livewire-material.showcase.vite')) - Reference + Reference
- +
- - - + + + BLADE));