-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/develop' into feat/PN-10397
- Loading branch information
Showing
5 changed files
with
53 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
src/test/resources/feature/2-mittente/1_invioNotifiche/invioNotificaPrimoTentativo.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Feature: Mittente genera una notifica che non prevede pagamento | ||
|
||
@parallel | ||
@TA_InviaNotificaConDestinatarioReperibileAlPrimoInvio | ||
Scenario: [TA-FE MITTENTE CREA NOTIFICA CON PAGAMENTO] - Mittente invia una notifica a destinatario disponibile al primo invio | ||
Given PA - Si effettua la login tramite token exchange, e viene visualizzata la dashboard | ||
When Si inizializzano i dati per la notifica | ||
| modello | 890 | | ||
| documenti | 1 | | ||
| oggettoNotifica | Pagamento rata IMU | | ||
| costiNotifica | true | | ||
And Si aggiunge un destinatario alla notifica | ||
| at | Presso | | ||
| indirizzo | VIA ROMA 20 | | ||
| dettagliIndirizzo | Scala b | | ||
| codicePostale | 20147 | | ||
| comune | Milano | | ||
| dettagliComune | Milano | | ||
| provincia | MI | | ||
| stato | Italia | | ||
| nomeCognome | Gaio Giulio | | ||
| codiceFiscale | CSRGGL44L13H501E | | ||
| tipoDestinatario | PF | | ||
| domicilioDigitale | test@test.com | | ||
| avvisoPagoPa | 1 | | ||
| F24 | 1 | | ||
Then Creo in background una notifica per destinatario tramite API REST | ||
And Si seleziona la notifica mittente | ||
And Aspetta 60 secondi | ||
And Si attende completamento notifica "Consegnata" | ||
And Logout da portale mittente |