]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update test 2326/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 1 Oct 2016 23:47:10 +0000 (01:47 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 1 Oct 2016 23:47:10 +0000 (01:47 +0200)
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php

index a74c17d9549372324632edbf5910765c9d6a8087..053aa6791a0ca67ec5cfe12e47159921b89ba76b 100644 (file)
@@ -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');