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