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
1 changed files with 1 additions and 1 deletions

View File

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