Fix landing page text

This commit is contained in:
Daniel Supernault 2019-03-16 14:07:36 -06:00
parent 8e2695ce97
commit 3350035975
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

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