-
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.
feat: update all occurences of 'MonComptePro'
- Loading branch information
Showing
12 changed files
with
48 additions
and
48 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
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 |
---|---|---|
|
@@ -6,9 +6,9 @@ Fonctionnalité: Connexion de [email protected] | |
Alors je vois "Bonjour monde !" | ||
Quand je clique sur le bouton ProConnect | ||
|
||
Quand je me connecte en tant que user@yopmail.com sur moncomptepro | ||
Et je vois "Votre organisation de rattachement" sur moncomptepro | ||
Et je clique sur "Continuer" sur moncomptepro | ||
Quand je me connecte en tant que user@yopmail.com sur ProConnect | ||
Et je vois "Votre organisation de rattachement" sur ProConnect | ||
Et je clique sur "Continuer" sur ProConnect | ||
|
||
Alors je suis redirigé sur "/" | ||
Et je vois "Information utilisateur" | ||
|
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 |
---|---|---|
|
@@ -22,22 +22,22 @@ Then("je vois {string}", function (text: string) { | |
|
||
// | ||
|
||
When("je vois {string} sur moncomptepro", (_text: string) => { | ||
cy.origin(Cypress.env("MCP_PROVIDER"), { args: _text }, (text) => { | ||
When("je vois {string} sur ProConnect", (_text: string) => { | ||
cy.origin(Cypress.env("PC_PROVIDER"), { args: _text }, (text) => { | ||
cy.contains(text); | ||
}); | ||
}); | ||
|
||
When("je clique sur {string} sur moncomptepro", (_text: string) => { | ||
cy.origin(Cypress.env("MCP_PROVIDER"), { args: _text }, (text) => { | ||
When("je clique sur {string} sur ProConnect", (_text: string) => { | ||
cy.origin(Cypress.env("PC_PROVIDER"), { args: _text }, (text) => { | ||
cy.contains(text).click(); | ||
}); | ||
}); | ||
|
||
When( | ||
"je me connecte en tant que [email protected] sur moncomptepro", | ||
"je me connecte en tant que [email protected] sur ProConnect", | ||
(path: string) => { | ||
cy.origin(Cypress.env("MCP_PROVIDER"), () => { | ||
cy.origin(Cypress.env("PC_PROVIDER"), () => { | ||
cy.get('[name="login"]').type("[email protected]"); | ||
cy.get('[type="submit"]').click(); | ||
|
||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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