Skip to content

Commit

Permalink
fix: alteracao faltando do merge na branch da release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Richard Pereira Martins dos Anjos committed Oct 4, 2024
1 parent 20954bf commit 4646a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests_sei4/funcional/src/paginas/PaginaTramitarProcesso.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ public function unidadeInterna($nomeUnidade)
return $this->unidadeInput->value();
}

public function tramitarInterno()
public function manterAbertoNaUnidadeAtual()
{
$tramitarButton = $this->test->byXPath("//button[@value='Enviar']");
$tramitarButton->click();
$manterAbertoCheckBox = $this->test->byXPath("//label[@id='lblSinManterAberto']");
$manterAbertoCheckBox->click();
}

public function tramitarInterno()
Expand Down

0 comments on commit 4646a1c

Please sign in to comment.