diff --git a/tests/Feature/Mail/MailSettingsPageTest.php b/tests/Feature/Mail/MailSettingsPageTest.php index 4bae2ee..9eda5d0 100644 --- a/tests/Feature/Mail/MailSettingsPageTest.php +++ b/tests/Feature/Mail/MailSettingsPageTest.php @@ -87,7 +87,7 @@ it('keeps the old password when the field is left empty', function () { expect($box->fresh()->password)->toBe('bleibt'); }); -it('says so when SECRETS_KEY is missing, instead of crashing on the first password', function () { +it('shows the SECRETS_KEY warning on the page', function () { config()->set('admin_access.secrets_key', ''); Livewire::actingAs(User::factory()->operator('Owner')->create())