Skip to content

Commit

Permalink
fix: Ajuste na imagem de seleção do tipo de processo no teste
Browse files Browse the repository at this point in the history
  • Loading branch information
higodf committed Oct 31, 2023
1 parent 1c195a2 commit 3c04c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests_sei4/funcional/src/paginas/PaginaIniciarProcesso.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function selecionarTipoProcesso($tipoProcesso)
$this->test->byLinkText($tipoProcesso)->click();
}
catch (Exception $e){
$this->test->byId("imgExibirTiposProcedimento")->click();
$this->test->byId("ancExibirTiposProcedimento")->click();
$this->test->byId('txtFiltro')->value($tipoProcesso);
sleep(2);
$this->test->byLinkText($tipoProcesso)->click();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function selecionarTipoProcesso($tipoProcesso)
$this->test->byLinkText($tipoProcesso)->click();
}
catch (Exception $e){
$this->test->byId("imgExibirTiposProcedimento")->click();
$this->test->byId("ancExibirTiposProcedimento")->click();
$this->test->byId('txtFiltro')->value($tipoProcesso);
sleep(2);
$this->test->byLinkText($tipoProcesso)->click();
Expand Down

0 comments on commit 3c04c76

Please sign in to comment.