Fix crontab
All checks were successful
Push image to registry / build-image (push) Successful in 3m47s

This commit is contained in:
2025-02-16 10:04:41 +01:00
parent e6776df487
commit b40764c4ad
2 changed files with 6 additions and 5 deletions

View File

@ -4,9 +4,9 @@ namespace App\Browser\Jobs\Hellcase;
use App\Browser\BrowserJob;
use App\Browser\Components\Hellcase\MainNav;
use App\Models\JobArtifact;
use App\Browser\JobArtifacts\JobRunArtifact;
use App\Browser\Jobs\Hellcase\HellcaseLoginQrCode;
use App\Models\JobArtifact;
use App\Models\JobRun;
use App\Notification\NotificationBody\Hellcase\HellcaseNotificationDailyFreeBody;
use App\Notification\NotificationBody\Hellcase\HellcaseNotificationLoginBody;
@ -125,10 +125,10 @@ class HellcaseJob extends BrowserJob
}
if ($isBackOnHellcase) {
// Click a button tjat says "sign in"
// Click a button that says "sign in"
$browser->waitForText("By signing into steam.loginhell.com through Steam", 30, true);
$browser->clickAtXPath('//input[@id = "imageLogin"]');
sleep(30);
sleep(20);
}
}