Fix Hellcase login
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user