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

Fix landing page text
pull/1050/head v0.8.0
daniel 7 years ago committed by GitHub
commit 33bb9da121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 */

Loading…
Cancel
Save