Exemplo n.º 1
0
 public void CadastrarProjeto(string nome, string estado, string descricao)
 {
     this.AcessarTelaCadastroProjeto();
     criarProjetoPage.PreencherNomeProjeto(nome);
     criarProjetoPage.PreencherEstadoProjeto(estado);
     criarProjetoPage.PreencherDescricaoProjeto(descricao);
     criarProjetoPage.ClicarCadastrarProjeto();
 }