create(); $this->actingAs($user) ->get(route('dashboard')) ->assertOk() ->assertSeeText('Automation Ops Board') ->assertSeeText('Cron Scheduler Status') ->assertSeeText('Readiness by platform'); } }