We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbaa2e2 + 7b5ca59 commit 21ac1e6Copy full SHA for 21ac1e6
1 file changed
browser-testing.md
@@ -36,7 +36,7 @@ it('may sign in the user', function () {
36
->fill('email', 'nuno@laravel.com')
37
->fill('password', 'password')
38
->click('Submit')
39
- ->assertSee('Dashboard')
+ ->assertSee('Dashboard');
40
41
$this->assertAuthenticated();
42
0 commit comments