-
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.
NEW Test 9253. Added a method to check the general domicile
- Loading branch information
1 parent
2f179be
commit 44bc918
Showing
3 changed files
with
63 additions
and
1 deletion.
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
39 changes: 39 additions & 0 deletions
39
...nte/1_invioNotifiche/022_139_invioNotificaADestinatarioPGConSoloDomicilioGenerale.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,39 @@ | ||
Feature: Mittente invia una notifica digitale a destinatario persona giuridica senza domicilio di piattaforma e speciale, solo generale | ||
|
||
@TestSuite | ||
@TA_invioNotificaADestinatarioPGConSoloDomicilioGenerale | ||
@mittente | ||
@invioNotifiche | ||
|
||
Scenario: PN-9253 - Mittente invia una notifica digitale a destinatario persona giuridica senza domicilio di piattaforma e speciale, solo generale | ||
Given PA - Si effettua la login tramite token exchange, e viene visualizzata la dashboard | ||
And Nella pagina Piattaforma Notifiche cliccare sul bottone Invia una nuova notifica | ||
And Si visualizza correttamente la pagina Piattaforma Notifiche section Informazioni preliminari | ||
Then Nella section Informazioni preliminari si inseriscono i dati della notifica | ||
| oggettoNotifica | Pagamento rata IMU | | ||
| descrizione | PAGAMENTO RATA IMU | | ||
| gruppo | test-TA-FE-TEST | | ||
| codiceTassonomico | 123456A | | ||
| modalitaInvio | A/R | | ||
And Cliccare su continua | ||
And Si visualizza correttamente la pagina Piattaforma Notifiche section Destinatario | ||
Then Nella section Destinatario si inseriscono i dati del destinatario | ||
| soggettoGiuridico | PG | | ||
| nomeCognomeDestinatario | Convivio Spa | | ||
| codiceFiscale | 27957814470 | | ||
And Nella section Destinitario si clicca su "Aggiungi un indirizzo fisico" e si inseriscono i dati | ||
| indirizzo | Via Roma | | ||
| civico | 20 | | ||
| localita | Milano | | ||
| comune | Milano | | ||
| provincia | MI | | ||
| cap | 20147 | | ||
| stato | Italia | | ||
And Cliccare su continua | ||
And Si finalizza l'invio della notifica e si controlla che venga creata correttamente | ||
And Aspetta 180 secondi | ||
And Cliccare sulla notifica restituita | ||
And Si clicca sul opzione Vedi Dettaglio | ||
And Si verifica l'invio della notifica al domicilio generale "[email protected]" | ||
Then Si verifica che la notifica abbia lo stato "Consegnata" | ||
And Logout da portale mittente |