Fix crontab
All checks were successful
Push image to registry / build-image (push) Successful in 3m47s
All checks were successful
Push image to registry / build-image (push) Successful in 3m47s
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user