Package br.com.pixeon.pages

Examples of br.com.pixeon.pages.Header.retornaNomeClinicaAtual()


  @Test (groups = {"header2"}, dependsOnGroups ={"C"})
  public void selecionarClinicaUsuario(){
    Header header = new Header();
    if(header.menuUsuarioVisivel()){
      header.selecionarClinica("DR. JOELHO'S CLINIC");
      Assert.assertEquals(header.retornaNomeClinicaAtual(), "DR. JOELHO'S CLINIC");
    } else
      Assert.fail("ERRO: Não foi possível selecionar a clínica do usuário.");   
  }

 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.