public function testCreatePlageConsultation()
 {
     $this->consultationPage = new ConsultationsPage($this);
     $this->consultationPage->createPlageConsultation($this->chir_id, $this->datePlage);
     $this->assertEquals("Plage créée", $this->consultationPage->getInfoMessage());
     $this->screenshot($this->getTestId() . "_" . $this->getBrowser() . ".png");
 }