-
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.
* *Added new feature file 208_A208_visualizzazioneDettaglioNotificaInseritaConAPIV1.feature *Added new steps and methods * *Added new feature files 208_A208_visualizzazioneDettaglioNotificaInseritaConAPIV1.feature 209_A209_visualizzazioneDettaglioNotificaInseritaConAPIV1.feature *Added new steps and methods * *Added new feature files 211_A211_inserimentoOTPSbagliatoRecapiti.feature *Added new steps and methods * *minor fix * *minor fix * *minor fix * *minor fix * *minor fix
- Loading branch information
1 parent
0bdd8c0
commit 3ffdda2
Showing
8 changed files
with
235 additions
and
9 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
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
33 changes: 33 additions & 0 deletions
33
...destinatario/personaFisica/altriRecapiti/211_A211_inserimentoOTPSbagliatoRecapiti.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,33 @@ | ||
Feature:La persona fisica inserisce una OTP sbagliato PEC | ||
|
||
@TestSuite | ||
@TA_inserimentoOTP3Volte | ||
@PF | ||
@recapitiPF | ||
|
||
Scenario: Recapiti - Messaggio di errore dopo 3 tentativi inserimento OTP | ||
Given PF - Si effettua la login tramite token exchange come "delegante", e viene visualizzata la dashboard | ||
When Nella pagina Piattaforma Notifiche persona fisica si clicca sul bottone I Tuoi Recapiti | ||
And Si visualizza correttamente la pagina I Tuoi Recapiti | ||
And Nella pagina I Tuoi Recapiti si controlla che non ci sia già una pec | ||
And Nella pagina I Tuoi Recapiti si inserisce una nuova PEC "[email protected]" | ||
And Nella pagina I Tuoi Recapiti si clicca sul bottone conferma | ||
And Nella pagina I Tuoi Recapiti si visualizza correttamente il pop-up di inserimento OTP | ||
And Nella pagina I Tuoi Recapiti si inserisce OTP sbagliato tre volte "15494" | ||
And Si visualizza correttamente il messaggio di errore | ||
And Cliccare sul bottone Annulla | ||
And Nella pagina I Tuoi Recapiti si controlla che non ci sia già una email | ||
And Si inserisce l'email "[email protected]" e si clicca sul bottone avvisami via email | ||
And Si visualizza correttamente il pop-up e si clicca su conferma | ||
And Nella pagina I Tuoi Recapiti si visualizza correttamente il pop-up di inserimento OTP | ||
And Nella pagina I Tuoi Recapiti si inserisce OTP sbagliato tre volte "15494" | ||
And Si visualizza correttamente il messaggio di errore | ||
And Cliccare sul bottone Annulla | ||
And Nella pagina I Tuoi Recapiti si inserisce il numero di telefono PF "3409876543" e clicca sul bottone avvisami via SMS | ||
And Si visualizza correttamente il pop-up e si clicca su conferma | ||
And Nella pagina I Tuoi Recapiti si visualizza correttamente il pop-up di inserimento OTP | ||
And Nella pagina I Tuoi Recapiti si inserisce OTP sbagliato tre volte "15494" | ||
And Si visualizza correttamente il messaggio di errore | ||
Then Cliccare sul bottone Annulla | ||
And Logout da portale persona fisica | ||
|
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
Oops, something went wrong.