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;
|
||||
}
|
||||
|
||||
sleep(3);
|
||||
$browser->clickAtXPath('//button[.//span[contains(text(), "Sign in with Steam")]]');
|
||||
$this->waitForAndClickElementContainingText($browser, "//button", "Sign in with Steam");
|
||||
sleep(5);
|
||||
|
||||
// QR CODE SCANNING
|
||||
|
Reference in New Issue
Block a user