Debug
Some checks failed
Push image to registry / build-image (push) Failing after 52s

This commit is contained in:
2025-02-08 10:23:34 +01:00
parent 7f4ba8a8c9
commit ec869bffe9
4 changed files with 13 additions and 3 deletions

View File

@ -217,6 +217,10 @@ abstract class BrowserJob implements ShouldQueue
$this->execute();
}
public function reschedule($minutes) {
$this::dispatch()->delay(now()->addMinutes($minutes));
}
// === BROWSER MACROS ===
protected function waitForAndClickText(Browser $browser, string $text, int $timeout = 30, bool $ignoreCase = true) {