]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Tests/WallabagCoreTestCase.php
remove old implementation for login/register/recover
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Tests / WallabagCoreTestCase.php
index e5096528cefe39d683a07a6fb67286913dc20a97..756525a97f34b9775420cd152cd59b90d94746a0 100644 (file)
@@ -21,7 +21,7 @@ abstract class WallabagCoreTestCase extends WebTestCase
     public function logInAs($username)
     {
         $crawler = $this->client->request('GET', '/login');
-        $form = $crawler->filter('button[type=submit]')->form();
+        $form = $crawler->filter('input[type=submit]')->form();
         $data = array(
             '_username' => $username,
             '_password' => 'mypassword',