Skip to content

Commit 21ac1e6

Browse files
authored
Merge pull request #324 from rajmundtoth0/semicolon
Add missing semicolon to browser testing.
2 parents cbaa2e2 + 7b5ca59 commit 21ac1e6

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)