Skip to content

Commit 7b5ca59

Browse files
committed
Add missing semicolon to browser testing.
1 parent 5d817b7 commit 7b5ca59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ it('may sign in the user', function () {
3636
->fill('email', 'nuno@laravel.com')
3737
->fill('password', 'password')
3838
->click('Submit')
39-
->assertSee('Dashboard')
39+
->assertSee('Dashboard');
4040

4141
$this->assertAuthenticated();
4242

0 commit comments

Comments
 (0)