Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test] enable adhesion tests #10766

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Given the following fixtures are loaded:
Expand Down Expand Up @@ -63,7 +62,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
237 changes: 0 additions & 237 deletions features/javascript/committee_vote.feature

This file was deleted.

Loading
Loading