We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5be53b + 52f6866 commit 2bb663dCopy full SHA for 2bb663d
1 file changed
browser-testing.md
@@ -25,7 +25,7 @@ it('may sign in the user', function () {
25
26
User::factory()->create([ // assumes RefreshDatabase trait is used on Pest.php...
27
'email' => 'nuno@laravel.com',
28
- 'password' => bcrypt('password'),
+ 'password' => 'password',
29
]);
30
31
$page = visit('/')->on()->mobile()->firefox();
0 commit comments