Re: [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 2m48s
Test, build and push image to registry / build-image (push) Successful in 3m51s

This commit is contained in:
2026-01-07 12:43:36 +01:00
parent 9a828f813d
commit d7fdaa1c95

View File

@@ -41,9 +41,7 @@ class HellcaseBattlesJob extends HellcaseJob implements ShouldBeUniqueUntilProce
$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);