Skip to content

Commit

Permalink
Added Addthis ok
Browse files Browse the repository at this point in the history
  • Loading branch information
acacha committed Mar 17, 2016
1 parent b915654 commit ecaa5a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/AcachaAdminLTELaravelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit ecaa5a5

Please sign in to comment.