Jelajahi Sumber

Fix broken LoginTest

Daniel Supernault 6 tahun lalu
induk
melakukan
ec18c80c13
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 */