mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-20 08:01:05 +00:00
Fix registration.submit test
This commit is contained in:
parent
3d71d40349
commit
72e634b06c
1 changed files with 1 additions and 1 deletions
|
@ -82,6 +82,6 @@ class SecurityControllerTest extends WallabagCoreTestCase
|
|||
|
||||
$client->followRedirects();
|
||||
$crawler = $client->request('GET', '/register');
|
||||
$this->assertContains('registration.submit', $crawler->filter('body')->extract(['_text'])[0]);
|
||||
$this->assertContains('registration.submit', $client->getResponse()->getContent());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue