mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Merge pull request #2326 from wallabag/update-quickstart
Changed quickstart layout
This commit is contained in:
commit
52c1fc7449
14 changed files with 176 additions and 58 deletions
|
@ -29,7 +29,7 @@ class EntryControllerTest extends WallabagCoreTestCase
|
|||
|
||||
$this->assertEquals(200, $client->getResponse()->getStatusCode());
|
||||
$this->assertGreaterThan(1, $body = $crawler->filter('body')->extract(['_text']));
|
||||
$this->assertContains('quickstart.intro.paragraph_1', $body[0]);
|
||||
$this->assertContains('quickstart.intro.title', $body[0]);
|
||||
|
||||
// Test if quickstart is disabled when user has 1 entry
|
||||
$crawler = $client->request('GET', '/new');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue