File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments