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.
2 parents 4d0ad7e + 0d06f62 commit 9a337ceCopy full SHA for 9a337ce
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