Wait for CASES text to be able to know the page loaded
All checks were successful
Push image to registry / build-image (push) Successful in 3m44s
All checks were successful
Push image to registry / build-image (push) Successful in 3m44s
This commit is contained in:
@ -58,7 +58,7 @@ class HellcaseJob extends BrowserJob
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$browser->visit('https://hellcase.com');
|
$browser->visit('https://hellcase.com');
|
||||||
$browser->waitForText("REFILL", 30, true);
|
$browser->waitForText("CASES", 30, true);
|
||||||
$this->removePopups($browser);
|
$this->removePopups($browser);
|
||||||
sleep(2);
|
sleep(2);
|
||||||
$this->signin($browser);
|
$this->signin($browser);
|
||||||
|
Reference in New Issue
Block a user