We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444e8a3 commit 0d06f62Copy full SHA for 0d06f62
tests/Browser/Auth/AuthenticationTest.php
@@ -16,7 +16,7 @@
16
});
17
18
test('users can authenticate using the login screen', function () {
19
- $user = User::factory()->create();
+ $user = User::factory()->withoutTwoFactor()->create();
20
21
visit(route('login'))
22
->fill('email', $user->email)
0 commit comments