Should fix test
Some checks failed
Push image to registry / build-image (push) Has been cancelled

This commit is contained in:
2025-02-07 16:17:53 +01:00
parent db5ea65ef4
commit 94032ce131

View File

@ -38,7 +38,7 @@ class HellcaseJob extends BrowserJob
$this->jobRun->save();
$browser->visit('https://hellcase.com');
sleep(5);
$browser->waitForText("Store", 30, true);
$this->removePopups($browser);
sleep(5);
$this->signin($browser);
@ -58,8 +58,9 @@ class HellcaseJob extends BrowserJob
{
try {
$browser->visit('https://hellcase.com');
$browser->waitForText("Free Giveaway", 30, true);
$browser->waitForText("REFILL", 30, true);
$this->removePopups($browser);
sleep(2);
$this->signin($browser);
return $this->makeSimpleJobRun(
true,