Browse Source

Fix broken LoginTest

Daniel Supernault 6 years ago
parent
commit
ec18c80c13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Feature/LoginTest.php

+ 1 - 1
tests/Feature/LoginTest.php

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