Skip to content

Commit

Permalink
afup#1416 mails debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Jan 7, 2024
1 parent d15c6b4 commit b7b4a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/behat/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public function iAmLoggedInAsAdmin()
public function iAmLoggedInWithTheUserAndThePassword($user, $password)
{
$this->minkContext->iAmOnHomepage();
$this->minkContext->printLastResponse(); exit;
$this->minkContext->assertPageContainsText("Tous les deux mois, des nouvelles de L'AFUP");
$this->minkContext->clickLink("Se connecter");
$this->minkContext->assertPageContainsText("Email ou nom d'utilisateur");
Expand Down

0 comments on commit b7b4a4b

Please sign in to comment.