Minor - Change behat wait time

pull/3782/head
Julio Montoya 5 years ago
parent 230dcc070d
commit 0294ab90dc
  1. 4
      tests/behat/features/bootstrap/FeatureContext.php

@ -416,7 +416,7 @@ class FeatureContext extends MinkContext
*/
public function waitForThePageToBeLoaded()
{
$this->getSession()->wait(3000);
$this->getSession()->wait(2000);
}
/**
@ -425,7 +425,7 @@ class FeatureContext extends MinkContext
public function waitVeryLongForThePageToBeLoaded()
{
//$this->getSession()->wait(10000, "document.readyState === 'complete'");
$this->getSession()->wait(8000);
$this->getSession()->wait(5000);
}
/**

Loading…
Cancel
Save