Hide article text on mobile with list mode

This commit is contained in:
Nicolas Lœuillet
2016-11-28 11:26:08 +01:00
parent 8f3ff39ca3
commit 56a7ce17f3
5 changed files with 9 additions and 3 deletions

View File

@ -852,5 +852,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
$client->request('GET', '/unread/list');
$this->assertContains('listmode', $client->getResponse()->getContent());
$client->request('GET', '/config/view-mode');
}
}