-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* (PC-32604) fix(e2e): add hybrid playlist check, replace ids by wording * fix(e2e): update deletion section and refactor subflow * refactor(e2e): remove condition in profile deletion subflow * fix(e2e): create cloud commands for booking flows + update test N-1 cinema
- Loading branch information
1 parent
56dd882
commit f09c87a
Showing
12 changed files
with
122 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
appId: ${MAESTRO_APP_ID} | ||
--- | ||
- launchApp: | ||
appId: ${MAESTRO_APP_ID} | ||
clearState: true | ||
permissions: | ||
all: allow | ||
location: deny | ||
|
||
- waitForAnimationToEnd |
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
12 changes: 12 additions & 0 deletions
12
.maestro/testsV2/subFolder/cloud/commands/SetLocalizationToEverywhere.yml
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,12 @@ | ||
appId: ${MAESTRO_APP_ID} | ||
--- | ||
- runFlow: | ||
when: | ||
visible: "Ma position" | ||
commands: | ||
- tapOn: "Ma position" | ||
- tapOn: "Choisir une localisation" | ||
- inputText: "Paris" | ||
- hideKeyboard | ||
- tapOn: "Paris0Paris" | ||
- tapOn: "Valider la localisation" |
16 changes: 6 additions & 10 deletions
16
.maestro/testsV2/subFolder/home/OpenActivationModuleFromHome.yml
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 |
---|---|---|
@@ -1,22 +1,18 @@ | ||
appId: ${MAESTRO_APP_ID} | ||
--- | ||
- assertVisible: "Bienvenue\_!" | ||
- runFlow: # Si affichage de la Home legacy | ||
- runFlow: # Si affichage de la Home sans player | ||
when: | ||
visible: | ||
id: 'module-background' | ||
visible: "Playlist hybride" | ||
commands: | ||
- assertVisible: 'Débloque ton crédit' | ||
- tapOn: | ||
id: 'module-background' | ||
- runFlow: # Si affichage de la Home avec player vidéo | ||
- tapOn: "Débloque ton crédit" | ||
- runFlow: # Si affichage de la Home avec player | ||
when: | ||
visible: | ||
id: 'intersectionObserver' | ||
commands: | ||
- scroll | ||
- assertVisible: 'Débloque ton crédit' | ||
- tapOn: | ||
id: 'systemBanner' | ||
- tapOn: "Débloque ton crédit" | ||
|
||
- assertVisible: "Inscription" | ||
- assertVisible: 'Crée-toi un compte' |
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,7 @@ | ||
appId: ${MAESTRO_APP_ID} | ||
--- | ||
- assertVisible: "Nous ne pouvons pas encore supprimer ton compte" | ||
- tapOn: "Nous ne pouvons pas encore supprimer ton compte" | ||
- assertVisible: "Retourner sur mon profil" | ||
- assertVisible: "Désactiver mes notifications" | ||
- tapOn: "Revenir en arrière" |
46 changes: 31 additions & 15 deletions
46
.maestro/testsV2/subFolder/profil/DeletionReactivation.yml
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 |
---|---|---|
@@ -1,26 +1,42 @@ | ||
appId: ${MAESTRO_APP_ID} | ||
--- | ||
- tapOn: | ||
text: 'Informations personnelles' | ||
index: 1 | ||
- tapOn: 'Informations personnelles' | ||
|
||
- assertVisible: 'Prénom et nom' | ||
- assertVisible: 'Adresse e-mail' | ||
- assertVisible: 'Numéro de téléphone' | ||
- assertVisible: 'Mot de passe' | ||
- tapOn: | ||
text: 'Supprimer mon compte' | ||
index: 1 | ||
- tapOn: 'Supprimer mon compte' | ||
|
||
- assertVisible: "Pourquoi souhaites-tu supprimer ton compte\_?" | ||
- tapOn: | ||
text: "Je n’utilise plus l’application" | ||
index: 1 | ||
|
||
- assertVisible: "Veux-tu vraiment supprimer ton compte\_?" | ||
- tapOn: 'Supprimer mon compte' | ||
- tapOn: "J’aimerais créer un compte avec une adresse e-mail différente" | ||
|
||
- assertVisible: "Modifie ton adresse e-mail sur ce compte" | ||
- tapOn: "J’ai compris" | ||
- assertVisible: "Modifier mon e-mail" | ||
- assertVisible: "Valider la demande de modification de mon e-mail" | ||
- tapOn: "Revenir en arrière" | ||
|
||
- tapOn: "Je n’utilise plus l’application" | ||
- runFlow: ./DeletionNotAllowed.yml | ||
|
||
- tapOn: "Je n’ai plus de crédit ou très peu de crédit restant" | ||
- runFlow: ./DeletionNotAllowed.yml | ||
|
||
- tapOn: "Je souhaite supprimer mes données personnelles" | ||
- runFlow: ./DeletionNotAllowed.yml | ||
|
||
- scrollUntilVisible: | ||
element: "Autre" | ||
|
||
- tapOn: "Je pense que quelqu’un d’autre a accès à mon compte" | ||
- assertVisible: "Sécurise ton compte" | ||
- assertVisible: "Suspendre mon compte" | ||
- assertVisible: "Ne pas sécuriser mon compte" | ||
- tapOn: "Revenir en arrière" | ||
|
||
- assertVisible: 'Ton compte a été désactivé' | ||
- assertVisible: "Tu as 60 jours pour changer d’avis. Tu pourras facilement réactiver\ | ||
\ ton compte en te connectant." | ||
- tapOn: 'Retourner à l’accueil' | ||
- tapOn: "Autre" | ||
- assertVisible: "Contacte le support" | ||
- assertVisible: "Contacter le support" | ||
- tapOn: "Retourner au profil" |
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