diff --git a/tests/Browser/Auth/AuthenticationTest.php b/tests/Browser/Auth/AuthenticationTest.php index 7f8806a..d92ef5a 100644 --- a/tests/Browser/Auth/AuthenticationTest.php +++ b/tests/Browser/Auth/AuthenticationTest.php @@ -16,7 +16,7 @@ }); test('users can authenticate using the login screen', function () { - $user = User::factory()->create(); + $user = User::factory()->withoutTwoFactor()->create(); visit(route('login')) ->fill('email', $user->email)