Should fix
All checks were successful
Push image to registry / build-image (push) Successful in 7m31s

This commit is contained in:
2025-02-28 17:05:47 +01:00
parent ce13d1b0dd
commit a1219b92ce

View File

@ -40,7 +40,7 @@ class HellcaseJob extends BrowserJob implements ShouldBeUniqueUntilProcessing
$this->jobRun->save();
$browser->visit('https://hellcase.com');
$browser->waitForText("Store", 30, true);
$browser->waitForText("CASES", 30, true);
$this->removePopups($browser);
sleep(5);
$this->signin($browser);