-
-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Adhesion/donation tests (#10766)
- Loading branch information
Showing
14 changed files
with
145 additions
and
763 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -232,7 +232,6 @@ jobs: | |
tags: | ||
- '@javascript1' | ||
- '@javascript2' | ||
- '@javascript3' | ||
- '@ux-component' | ||
|
||
steps: | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
@renaissance_user | ||
@javascript | ||
@javascript2 | ||
@skip | ||
Feature: | ||
|
||
Scenario: I can become adherent | ||
|
@@ -64,7 +63,7 @@ Feature: | |
And I click the ".textCenter:last-child a" selector | ||
And I should be on "/paiement" wait otherwise | ||
When I simulate IPN call with "00000" code for the last donation of "[email protected]" | ||
And I should be on "/adhesion/confirmation-email" wait otherwise | ||
Then I should be on "/adhesion/confirmation-email" wait otherwise | ||
And I should see "Votre paiement a bien été validé !" | ||
And I should see "Confirmer votre adresse email" | ||
And I should see "[email protected]" | ||
|
Oops, something went wrong.