Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano committed Nov 1, 2024
1 parent cd499a6 commit 33952c0
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 437 deletions.
3 changes: 2 additions & 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 Expand Up @@ -56,6 +56,7 @@ default:
- Tests\App\Behat\Context\DIContext
- Tests\App\Behat\Context\FixtureContext
- Tests\App\Behat\Context\RestContext
- Tests\App\Behat\Context\MessengerBusContext
- Tests\App\Behat\Context\SecurityContext
- Tests\App\Behat\Context\JsonContext
- Tests\App\Behat\Context\EmailContext
Expand Down
1 change: 1 addition & 0 deletions features/committee_vote.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@app
@skip
Feature:
As an adherent I should be able to vote/unvote in followed committees

Expand Down
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 33952c0

Please sign in to comment.