Browse Source

Merge pull request #1478 from pixelfed/frontend-ui-refactor

Fix broken LoginTest
daniel 6 năm trước cách đây
mục cha
commit
d05726be4e
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 */