Fix Hellcase login
This commit is contained in:
@@ -91,7 +91,7 @@ class HellcaseJob extends BrowserJob implements ShouldBeUniqueUntilProcessing
|
|||||||
protected function signin(Browser $browser)
|
protected function signin(Browser $browser)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$browser->clickAtXPath('//button[.//span[text() = "Sign in"]]');
|
$browser->clickAtXPath('//button[//span[text() = "Sign in"]]');
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user