mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Merge pull request #1478 from pixelfed/frontend-ui-refactor
Fix broken LoginTest
This commit is contained in:
commit
d05726be4e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class LoginTest extends TestCase
|
||||||
{
|
{
|
||||||
$response = $this->get('login');
|
$response = $this->get('login');
|
||||||
|
|
||||||
$response->assertSee('Forgot Your Password?');
|
$response->assertSee('Forgot Password');
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
|
|
Loading…
Reference in a new issue