diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-10-02 11:06:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-02 11:06:03 +0200 |
commit | 52c1fc7449554c942c945e6c740e0e11d2f60a0d (patch) | |
tree | 46603da9fee8a8bc8109899749548efa821048c3 /tests/Wallabag | |
parent | 6e5e27ab078527cb68c2e7a37512d050fd330258 (diff) | |
parent | 24ad330be6be01af05091fe044183e95b4a0ebd8 (diff) | |
download | wallabag-52c1fc7449554c942c945e6c740e0e11d2f60a0d.tar.gz wallabag-52c1fc7449554c942c945e6c740e0e11d2f60a0d.tar.zst wallabag-52c1fc7449554c942c945e6c740e0e11d2f60a0d.zip |
Merge pull request #2326 from wallabag/update-quickstart
Changed quickstart layout
Diffstat (limited to 'tests/Wallabag')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index a74c17d9..053aa679 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | |||
@@ -29,7 +29,7 @@ class EntryControllerTest extends WallabagCoreTestCase | |||
29 | 29 | ||
30 | $this->assertEquals(200, $client->getResponse()->getStatusCode()); | 30 | $this->assertEquals(200, $client->getResponse()->getStatusCode()); |
31 | $this->assertGreaterThan(1, $body = $crawler->filter('body')->extract(['_text'])); | 31 | $this->assertGreaterThan(1, $body = $crawler->filter('body')->extract(['_text'])); |
32 | $this->assertContains('quickstart.intro.paragraph_1', $body[0]); | 32 | $this->assertContains('quickstart.intro.title', $body[0]); |
33 | 33 | ||
34 | // Test if quickstart is disabled when user has 1 entry | 34 | // Test if quickstart is disabled when user has 1 entry |
35 | $crawler = $client->request('GET', '/new'); | 35 | $crawler = $client->request('GET', '/new'); |