[BUG] Hellcase job does not load page : Temporary fix
All checks were successful
Test, build and push image to registry / phpunit-tests (push) Successful in 4m47s
Test, build and push image to registry / build-image (push) Successful in 5m49s

This commit is contained in:
2026-01-07 12:02:00 +01:00
parent 18ba973cca
commit 9a828f813d

View File

@@ -40,6 +40,10 @@ class HellcaseBattlesJob extends HellcaseJob implements ShouldBeUniqueUntilProce
$this->jobRun->save();
$browser->visit('https://hellcase.com');
sleep(5);
if ($browser->driver->getCurrentURL() != 'https://hellcase.com') {
$browser->visit('https://hellcase.com');
}
$browser->waitForText("CASES", 30, true);
$this->removePopups($browser);
sleep(5);