Daniel Supernault пре 6 година
родитељ
комит
ec18c80c13
1 измењених фајлова са 1 додато и 1 уклоњено
  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 */