We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a66198 commit f5c844fCopy full SHA for f5c844f
packages-exp/auth-exp/test/integration/webdriver/util/idp_page.ts
@@ -37,7 +37,7 @@ export class IdPPage {
37
38
async clickAddAccount(): Promise<void> {
39
await this.driver.wait(until.elementLocated(ADD_ACCOUNT_BUTTON));
40
- this.driver.findElement(ADD_ACCOUNT_BUTTON).click();
+ await this.driver.findElement(ADD_ACCOUNT_BUTTON).click();
41
}
42
43
async clickSignIn(): Promise<void> {
0 commit comments