Wait for CASES text to be able to know the page loaded
All checks were successful
Push image to registry / build-image (push) Successful in 3m44s

This commit is contained in:
2025-02-08 10:13:02 +01:00
parent 1c71b88d15
commit 7f4ba8a8c9

View File

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