mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Merge pull request #1035 from pixelfed/frontend-ui-refactor
Fix landing page text
This commit is contained in:
commit
33bb9da121
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