Add tests for featured thumbnail generation; apply Pint formatting and related edits
This commit is contained in:
@@ -18,6 +18,7 @@ test('registration screen can be rendered', function () {
|
||||
|
||||
test('new users can register', function () {
|
||||
Queue::fake();
|
||||
config()->set('services.turnstile.enabled', false);
|
||||
|
||||
$response = $this->post('/register', [
|
||||
'email' => 'test@example.com',
|
||||
|
||||
Reference in New Issue
Block a user