Skip to content

Commit

Permalink
Enable Adhesion/donation tests (#10766)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano authored Nov 3, 2024
1 parent 1c261e4 commit a2646aa
Show file tree
Hide file tree
Showing 14 changed files with 145 additions and 763 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ jobs:
tags:
- '@javascript1'
- '@javascript2'
- '@javascript3'
- '@ux-component'

steps:
Expand Down
2 changes: 1 addition & 1 deletion behat.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default:
FriendsOfBehat\SymfonyExtension:
bootstrap: tests/bootstrap.php
Behat\MinkExtension:
base_url: "http://test.enmarche.code"
base_url: "http://test.renaissance.code"
files_path: 'tests/Fixtures'
sessions:
default:
Expand Down
25 changes: 0 additions & 25 deletions features/committee_vote.feature

This file was deleted.

52 changes: 0 additions & 52 deletions features/deputy.feature

This file was deleted.

45 changes: 0 additions & 45 deletions features/firewall.feature

This file was deleted.

50 changes: 0 additions & 50 deletions features/javascript/adherent_candidate.feature

This file was deleted.

3 changes: 1 addition & 2 deletions features/javascript/adhesion.feature
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
Expand Down Expand Up @@ -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]"
Expand Down
Loading

0 comments on commit a2646aa

Please sign in to comment.