Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
angelominisci committed Oct 4, 2024
1 parent 9fcf8c9 commit 00fd81c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1255,9 +1255,6 @@ public void verificaDestinatariNonRaggiungibili(Map<String, String> destinatari)
WebTool.waitTime(2);
WebElement destPG = driver.findElement(By.xpath("//p[contains(text(),'" + destinatari.get("PG") + " è fallito')]"));

By destinatarioPG = By.xpath("//p[contains(text(),'" + destinatari.get("PG") + " è fallito')]");
By destinatarioPF = By.xpath("//p[contains(text(),'" + destinatari.get("PF") + " è fallito')]");

if (destPG.isDisplayed() && destPF.isDisplayed()) {
logger.info("Entrambi destinatari non raggiungibili al primo tentativo");
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Feature: Mittente invia una notifica digitale al destinatario con indirizzo forn
And Si verifica che entrambi destinatari non raggiungibili al primo tentativo
| PG | mail@fail.it |
| PF | test@fail.it |
And Aspetta 60 secondi
Then Si verifica che il destinatario è raggiungibile al tentativo successivo "Invio via PEC riuscito"
And Logout da portale mittente

0 comments on commit 00fd81c

Please sign in to comment.