Skip to content

Commit 60babb0

Browse files
jrupeshamtrack
andauthored
Update src/plugins/auth-providers/index.ts
Co-authored-by: Matthias Rolke <mr.amtrack@gmail.com>
1 parent 8343303 commit 60babb0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/plugins/auth-providers/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ export class AuthProviders extends BrowserforcePlugin {
8989

9090
// Update ConsumerKey if provided
9191
if (authProviderConfig.consumerKey !== undefined) {
92-
await frameOrPage.locator(CONSUMER_KEY_SELECTOR).waitFor({ timeout: 10000 });
93-
await frameOrPage.locator(CONSUMER_KEY_SELECTOR).fill(authProviderConfig.consumerKey);
92+
await page.locator(CONSUMER_KEY_SELECTOR).fill(authProviderConfig.consumerKey);
9493
}
9594

9695
// Save the changes

0 commit comments

Comments
 (0)