Procházet zdrojové kódy

Fix broken LoginTest

Daniel Supernault před 6 roky
rodič
revize
ec18c80c13
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 */