diff --git a/browser-testing.md b/browser-testing.md index b5f3a6c..639e948 100644 --- a/browser-testing.md +++ b/browser-testing.md @@ -36,7 +36,7 @@ it('may sign in the user', function () { ->fill('email', 'nuno@laravel.com') ->fill('password', 'password') ->click('Submit') - ->assertSee('Dashboard') + ->assertSee('Dashboard'); $this->assertAuthenticated();