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

This commit is contained in:
2025-02-07 15:51:51 +01:00
parent 370f0a3f65
commit 01ef527486

View File

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