Re: [BUG] Hellcase job does not load page : Temporary fix
This commit is contained in:
@@ -41,9 +41,7 @@ class HellcaseBattlesJob extends HellcaseJob implements ShouldBeUniqueUntilProce
|
|||||||
|
|
||||||
$browser->visit('https://hellcase.com');
|
$browser->visit('https://hellcase.com');
|
||||||
sleep(5);
|
sleep(5);
|
||||||
if ($browser->driver->getCurrentURL() != 'https://hellcase.com') {
|
$browser->visit('https://hellcase.com');
|
||||||
$browser->visit('https://hellcase.com');
|
|
||||||
}
|
|
||||||
$browser->waitForText("CASES", 30, true);
|
$browser->waitForText("CASES", 30, true);
|
||||||
$this->removePopups($browser);
|
$this->removePopups($browser);
|
||||||
sleep(5);
|
sleep(5);
|
||||||
|
|||||||
Reference in New Issue
Block a user