-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pn-10375-10376-10377-10378-10379-10380-10381 (#172)
* Test 10375, 10376 check payment box mittente * Test 10377, 10378, 10379 check payment box and modelloF24 mittente * Test 10380, 10381 check multidestinatario and payments
- Loading branch information
1 parent
5b73aab
commit d893bdd
Showing
5 changed files
with
185 additions
and
31 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
44 changes: 44 additions & 0 deletions
44
.../feature/2-mittente/4_visualizzazioneNotifiche/CheckDettaglioNorificaConPagamento.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,44 @@ | ||
Feature: Si verifica la corretta visualizzazione di notifiche non ancora pagate | ||
|
||
@checkNotificaNonPagata | ||
Scenario: [TA-FE CHECK NOTIFICA NON PAGATA] - Visualizzazione notifica non pagata mono destinatario solo con avviso PagoPa | ||
Given PA - Si effettua la login tramite token exchange, e viene visualizzata la dashboard | ||
And Nella pagina piattaforma notifiche si effettua la ricerca per codice IUN "QNMY-DXKH-LEDW-202405-J-1" | ||
And Si clicca la notifica ricercata | ||
Then Si controlla sia presente l'avviso PagoPa | ||
And Logout da portale mittente | ||
|
||
@checkNotificaNonPagata | ||
Scenario: [TA-FE CHECK NOTIFICA NON PAGATA] - Visualizzazione notifica non pagata mono destinatario solo con modello F24 | ||
Given PA - Si effettua la login tramite token exchange, e viene visualizzata la dashboard | ||
And Nella pagina piattaforma notifiche si effettua la ricerca per codice IUN "JVDU-KLJG-RPZV-202405-X-1" | ||
And Si clicca la notifica ricercata | ||
Then Si controlla sia presente il modello F24 | ||
And Logout da portale mittente | ||
|
||
@checkNotificaNonPagata | ||
Scenario: [TA-FE CHECK NOTIFICA NON PAGATA] - Visualizzazione notifica non pagata mono destinatario solo con avviso PagoPa e modello F24 | ||
Given PA - Si effettua la login tramite token exchange, e viene visualizzata la dashboard | ||
And Nella pagina piattaforma notifiche si effettua la ricerca per codice IUN "JHME-HQME-DGEL-202405-E-1" | ||
And Si clicca la notifica ricercata | ||
Then Si controlla sia presente l'avviso PagoPa | ||
Then Si controlla sia presente il modello F24 | ||
And Logout da portale mittente | ||
|
||
@checkNotificaNonPagata | ||
Scenario: [TA-FE CHECK NOTIFICA NON PAGATA] - Visualizzazione notifica non pagata multi destinatario solo con avviso PagoPa | ||
Given PA - Si effettua la login tramite token exchange, e viene visualizzata la dashboard | ||
And Nella pagina piattaforma notifiche si effettua la ricerca per codice IUN "PTUY-UJWN-YAQU-202405-L-1" | ||
And Si clicca la notifica ricercata | ||
Then Si controlla sia presente il box per il pagamento del multidestinatario | ||
And Logout da portale mittente | ||
|
||
@checkNotificaNonPagata | ||
Scenario: [TA-FE CHECK NOTIFICA NON PAGATA] - Notifica multi destinatario non pagata, si seleziona un destinatario e si controllano gli avvisi relativi | ||
Given PA - Si effettua la login tramite token exchange, e viene visualizzata la dashboard | ||
And Nella pagina piattaforma notifiche si effettua la ricerca per codice IUN "PTUY-UJWN-YAQU-202405-L-1" | ||
And Si clicca la notifica ricercata | ||
Then Si controlla sia presente il box per il pagamento del multidestinatario | ||
And Si seleziona un destinatario | ||
Then Si controlla sia presente l'avviso PagoPa | ||
And Logout da portale mittente |