We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8343303 commit 60babb0Copy full SHA for 60babb0
1 file changed
src/plugins/auth-providers/index.ts
@@ -89,8 +89,7 @@ export class AuthProviders extends BrowserforcePlugin {
89
90
// Update ConsumerKey if provided
91
if (authProviderConfig.consumerKey !== undefined) {
92
- await frameOrPage.locator(CONSUMER_KEY_SELECTOR).waitFor({ timeout: 10000 });
93
- await frameOrPage.locator(CONSUMER_KEY_SELECTOR).fill(authProviderConfig.consumerKey);
+ await page.locator(CONSUMER_KEY_SELECTOR).fill(authProviderConfig.consumerKey);
94
}
95
96
// Save the changes
0 commit comments