Fix Hellcase login
All checks were successful
Test, build and push image to registry / phpunit-tests (push) Successful in 2m26s
Test, build and push image to registry / build-image (push) Successful in 3m45s

This commit is contained in:
2025-12-20 16:36:51 +01:00
parent 5e6164016c
commit 18ba973cca

View File

@@ -91,7 +91,7 @@ class HellcaseJob extends BrowserJob implements ShouldBeUniqueUntilProcessing
protected function signin(Browser $browser)
{
try {
$browser->clickAtXPath('//button[.//span[text() = "Sign in"]]');
$browser->clickAtXPath('//button[//span[text() = "Sign in"]]');
} catch (\Exception $e) {
return;
}