Fix broken LoginTest

pull/1478/head
Daniel Supernault
parent f56123d954
commit ec18c80c13
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -14,7 +14,7 @@ class LoginTest extends TestCase
{
$response = $this->get('login');
$response->assertSee('Forgot Your Password?');
$response->assertSee('Forgot Password');
}
/** @test */

Loading…
Cancel
Save