Skip to content
Snippets Groups Projects
Commit 86e6cb6f authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

hotline #64183 : test notify

parent 126053b4
Branches
Tags
3 merge requests!2445Master,!2444Hotline master,!2438Hotline#64183 bug lien parametrage de boite login
Pipeline #3135 passed with stage
in 25 minutes and 53 seconds
......@@ -72,4 +72,10 @@ class AuthControllerBoiteLoginWithProfilRedirectNotLoggedPostTest
public function shouldStayOnCurrentProfil() {
$this->assertRedirectTo(Class_Profil::getCurrentProfil()->getUrl());
}
/** @test */
public function shouldNotifyLoginFailed() {
$this->assertFlashMessengerContentContains('Identifiant ou mot de passe incorrect');
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment