Skip to content

Commit 60fe50e

Browse files
committed
increase timeouts
1 parent 2715dca commit 60fe50e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

tests/features/bootstrap/FeatureContext.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ public function iAmAuthenticatedAsAdmin() {
171171
$this->fillField('password', $this->params['admin_password']);
172172
$this->pressButton('Continue');
173173
$this->getSession()->getDriver()->setTimeouts([
174-
'script' => 300000,
175-
'implicit' => 300000,
176-
'page load' => 300000 //https://web.archive.org/web/20160730151941/http://alex-panshin.me/blog/how-to-set-pageload-timeout-for-selenium-with-behat/
174+
'script' => 3000000,
175+
'implicit' => 3000000,
176+
'page load' => 3000000 //https://web.archive.org/web/20160730151941/http://alex-panshin.me/blog/how-to-set-pageload-timeout-for-selenium-with-behat/
177177

178178
]);
179179
}

tests/features/managing-campaigns/newcampaign.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Feature: Create new campaign
2929
And I should see "All Lists"
3030
When I check "targetlist[all]"
3131
And I press "Save and continue editing"
32+
And I refresh the page
3233
Then I should see "selected"
3334
When I follow "Finish"
3435
And I press "send"

0 commit comments

Comments
 (0)