forked from wallabag/wallabag
Handle password change
This commit is contained in:
@ -24,7 +24,7 @@ abstract class WallabagTestCase extends WebTestCase
|
||||
$form = $crawler->filter('button[type=submit]')->form();
|
||||
$data = array(
|
||||
'_username' => $username,
|
||||
'_password' => 'test',
|
||||
'_password' => 'mypassword',
|
||||
);
|
||||
|
||||
$this->client->submit($form, $data);
|
||||
|
||||
Reference in New Issue
Block a user