Fix landing page text

pull/1035/head
Daniel Supernault 7 years ago
parent 8e2695ce97
commit 3350035975
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save