|
|
|
@ -440,7 +440,7 @@ class FeatureContext extends MinkContext |
|
|
|
|
*/ |
|
|
|
|
public function waitForThePageToBeLoaded() |
|
|
|
|
{ |
|
|
|
|
$this->getSession()->wait(3000); |
|
|
|
|
$this->getSession()->wait(4000); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
@ -449,7 +449,7 @@ class FeatureContext extends MinkContext |
|
|
|
|
public function waitVeryLongForThePageToBeLoaded() |
|
|
|
|
{ |
|
|
|
|
//$this->getSession()->wait(10000, "document.readyState === 'complete'"); |
|
|
|
|
$this->getSession()->wait(9000); |
|
|
|
|
$this->getSession()->wait(8000); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|