Browse Source

Fix broken LoginTest

Daniel Supernault 6 năm trước cách đây
mục cha
commit
ec18c80c13
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 */