コード例 #1
0
ファイル: ProjetosFlows.cs プロジェクト: Erika05/Mantis2
 public void EditarProjeto(string nomeAtual, string nomeProjetoEdicao, string colunaProjeto)
 {
     this.AcessarTelaGestaoProjeto();
     criarProjetoPage.AcessarTelaEditarProjeto(nomeAtual, colunaProjeto);
     criarProjetoPage.LimparNomeProjeto();
     criarProjetoPage.PreencherNomeProjeto(nomeProjetoEdicao);
     criarProjetoPage.ClicarCadastrarProjeto();
 }