This commit is contained in:
2025-04-07 12:16:11 +01:00
parent ce8b201a1c
commit e15a80163b
62 changed files with 149 additions and 131 deletions

View File

@@ -37,4 +37,4 @@ test('correct password must be provided to update password', function () {
$response
->assertSessionHasErrors('current_password')
->assertRedirect('/settings/password');
});
});

View File

@@ -100,4 +100,4 @@ test('correct password must be provided to delete account', function () {
->assertRedirect('/settings/profile');
expect($user->fresh())->not->toBeNull();
});
});