1
0
Fork 0

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

Fix broken LoginTest
This commit is contained in:
daniel 2019-06-29 22:42:15 -06:00 committed by GitHub
commit d05726be4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class LoginTest extends TestCase
{
$response = $this->get('login');
$response->assertSee('Forgot Your Password?');
$response->assertSee('Forgot Password');
}
/** @test */