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

Fix landing page text
This commit is contained in:
daniel 2019-03-16 14:09:38 -06:00 committed by GitHub
commit 33bb9da121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ class InstalledTest extends TestCase
public function landing_page() public function landing_page()
{ {
$response = $this->get('/'); $response = $this->get('/');
$response->assertSeeText('Image Sharing for Everyone'); $response->assertStatus(200);
} }
/** @test */ /** @test */