Exemplo n.º 1
0
 public function testNavConsultations()
 {
     $homePage = new HomePage($this);
     $homePage->goToConsultations();
     $this->assertEquals("Gestion des consultations", $homePage->getTitle());
 }