[BUG] Hellcase job does not load page : Temporary fix
This commit is contained in:
@@ -40,6 +40,10 @@ class HellcaseBattlesJob extends HellcaseJob implements ShouldBeUniqueUntilProce
|
|||||||
$this->jobRun->save();
|
$this->jobRun->save();
|
||||||
|
|
||||||
$browser->visit('https://hellcase.com');
|
$browser->visit('https://hellcase.com');
|
||||||
|
sleep(5);
|
||||||
|
if ($browser->driver->getCurrentURL() != '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