public function testLoginWithWrongPassword()
 {
     $log = new PmaSeleniumTestCase($this);
     $log->login("Admin", "Admin");
     $this->assertTrue($log->isUnsuccessLogin());
     Helper::logOutIfLoggedIn($this);
 }