get(route('dashboard'))->assertRedirect(route('login')); }); test('authenticated users can visit the dashboard', function () { $this->actingAs(User::factory()->onboarded()->create()); $this->get(route('dashboard'))->assertOk(); });