setLocale($locale); $html = Blade::render( '', ['steps' => [['label' => 'Ein Schritt', 'state' => $state]]], ); expect($html)->not->toContain('dashboard.step_state') ->and($html)->toContain(__('dashboard.step_state.'.$state)); } })->with(['pending', 'running', 'done', 'failed']);