mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Fix landing page text
This commit is contained in:
parent
8e2695ce97
commit
3350035975
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class InstalledTest extends TestCase
|
|||
public function landing_page()
|
||||
{
|
||||
$response = $this->get('/');
|
||||
$response->assertSeeText('Image Sharing for Everyone');
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
|
||||
/** @test */
|
||||
|
|
Loading…
Reference in a new issue