fix: remove dead search property, simplify empty state message

This commit is contained in:
Ovidiu U
2026-04-07 22:04:15 +01:00
parent a576ef6b4a
commit c4f5fd042b
3 changed files with 2 additions and 4 deletions

View File

@@ -40,7 +40,6 @@ it('shows station cards after stations-found event', function () {
it('shows empty state message when stations-found has no results', function () {
Livewire::test(StationList::class)
->set('search', 'ZZ99 9ZZ')
->dispatch('stations-found', results: [], meta: ['count' => 0], prediction: null, radius: 5)
->assertSet('hasSearched', true)
->assertSee('No stations found');