Explorar el Código

Fix broken LoginTest

Daniel Supernault hace 6 años
padre
commit
ec18c80c13
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 */