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

Fix landing page text
pull/1050/head v0.8.0
daniel 2019-03-16 14:09:38 -06:00 zatwierdzone przez GitHub
commit 33bb9da121
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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