From 6dcea29b169a9c0776a85284130fb4bfebc7fb74 Mon Sep 17 00:00:00 2001 From: Elliot Derhay Date: Fri, 12 Jul 2024 23:51:54 -0400 Subject: [PATCH] Add Volt test for GA component Since we're back on this train... --- tests/Feature/Livewire/GoogleAnalyticsTest.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/Feature/Livewire/GoogleAnalyticsTest.php diff --git a/tests/Feature/Livewire/GoogleAnalyticsTest.php b/tests/Feature/Livewire/GoogleAnalyticsTest.php new file mode 100644 index 00000000..7487fa30 --- /dev/null +++ b/tests/Feature/Livewire/GoogleAnalyticsTest.php @@ -0,0 +1,8 @@ +get('/') + ->assertOk() + ->assertSeeVolt('google-analytics');