Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
angelominisci committed Oct 4, 2024
1 parent 9f18465 commit c7241bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public void siControllaIlDettaglioDellaNotifica() {
@And("Si controlla che nel portale del destinatario la notifica sia {string} e si chiude la scheda")
public void siControllaCheNelPortaleDelDestinatarioLaNotificaSiaESiChiudeLaScheda(String statoNotifica) {
logger.info("Si controlla che anche nel portale del destinatario la notifica sia in stato " + statoNotifica + " e si chiude la scheda");
piattaformaNotifichePage.selezionaNotifica();
piattaformaNotifichePage.selezionaPrimaNotifica();
piattaformaNotifichePage.verificaPresenzaStato(statoNotifica);
WebTool.closeTab();
}
Expand Down

0 comments on commit c7241bc

Please sign in to comment.