Fix signin ?
All checks were successful
Push image to registry / build-image (push) Successful in 6m33s
All checks were successful
Push image to registry / build-image (push) Successful in 6m33s
This commit is contained in:
@ -98,7 +98,9 @@ class HellcaseJob extends BrowserJob implements ShouldBeUniqueUntilProcessing
|
||||
}
|
||||
|
||||
sleep(5);
|
||||
$this->waitForAndClickText($browser, "Sign in with Steam");
|
||||
$browser->waitForText("Sign in with Steam", 30, true);
|
||||
sleep(3);
|
||||
$browser->driver->findElement(WebDriverBy::partialLinkText("Sign in with Steam"))->click();
|
||||
sleep(5);
|
||||
|
||||
// QR CODE SCANNING
|
||||
|
Reference in New Issue
Block a user