diff --git a/tests/AcachaAdminLTELaravelTest.php b/tests/AcachaAdminLTELaravelTest.php index 0c7eaf67..c862a339 100644 --- a/tests/AcachaAdminLTELaravelTest.php +++ b/tests/AcachaAdminLTELaravelTest.php @@ -79,6 +79,8 @@ public function testLogin() public function testLoginRequiredFields() { $this->visit('/login') + ->type('', 'email') + ->type('', 'password') ->press('Sign In') ->see('The email field is required') ->see('The password field is required');