login()->loginNami(); }); it('displays page', function () { test()->get(route('contribution.index')) ->assertSeeLivewire(FillList::class); }); it('loads component', function () { Livewire::test(FillList::class) ->assertSee('Zuschüsse'); });