diff --git a/tests/Feature/LoginTest.php b/tests/Feature/LoginTest.php index 750c4889c..c076da008 100644 --- a/tests/Feature/LoginTest.php +++ b/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 */