Skip to content

Commit

Permalink
Try pressing the 'Submit' button once more
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Nov 29, 2017
1 parent a250db0 commit 8cd1070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/behat/bootstrap/AdminLogIn.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function ILogInAsAnAdmin()
$this->minkContext->fillField('password', getenv('WORDPRESS_ADMIN_PASSWORD'));
$this->minkContext->pressButton('submit');
$this->minkContext->pressButton('Submit');
$this->minkContext->pressButton('Submit');
$this->minkContext->printLastResponse();
$this->minkContext->assertPageAddress("wp-admin/");
}
Expand Down

0 comments on commit 8cd1070

Please sign in to comment.