diff --git a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php index 73132775c9c40c6a2b048996edbd940d1e70ff12..dc408ab468e06b7b6307de068da1a869345a6de5 100644 --- a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php +++ b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php @@ -240,9 +240,9 @@ class ProfilOptionsControllerTwitterLinkWithProfilAdulteTest extends ProfilOptio class ProfilOptionsControllerProfilAdulteTest extends ProfilOptionsControllerWithProfilAdulteTestCase { /** @test */ - public function titleShouldBeProfilAdulteSeConnecterInAuth() { + public function titleShouldBeSeConnecterInAuth() { $this->dispatch('/opac/auth/login'); - $this->assertQueryContentContains('head title', 'Profil Adulte - Se connecter'); + $this->assertQueryContentContains('head title', 'Connexion - Se connecter', $this->_response->getBody()); } @@ -728,9 +728,9 @@ class ProfilOptionsControllerProfilJeunesseAndJeuxTest extends ProfilOptionsCont /** @test */ - public function titleShouldBeProfilJeunesseSeConnecterInAuth() { + public function titleShouldBeSeConnecterInAuth() { $this->dispatch('/opac/auth/login'); - $this->assertQueryContentContains('head title', 'Profil Jeunesse - Se connecter'); + $this->assertQueryContentContains('head title', 'Connexion - Se connecter'); }