Fix clicking signin with steam
All checks were successful
Push image to registry / build-image (push) Successful in 2m7s
All checks were successful
Push image to registry / build-image (push) Successful in 2m7s
This commit is contained in:
@ -84,8 +84,7 @@ class HellcaseJob extends BrowserJob
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
sleep(3);
|
$this->waitForAndClickElementContainingText($browser, "//button", "Sign in with Steam");
|
||||||
$browser->clickAtXPath('//button[.//span[contains(text(), "Sign in with Steam")]]');
|
|
||||||
sleep(5);
|
sleep(5);
|
||||||
|
|
||||||
// QR CODE SCANNING
|
// QR CODE SCANNING
|
||||||
|
Reference in New Issue
Block a user