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 8481cd1 commit 8962585Copy full SHA for 8962585
tests/e2e/pageObjects/workbench-page.ts
@@ -94,7 +94,7 @@ export class WorkbenchPage {
94
this.monacoCommandDetails = Selector('div.suggest-details-container');
95
this.monacoCloseCommandDetails = Selector('span.codicon-close');
96
this.monacoSuggestion = Selector('span.monaco-icon-name-container');
97
- this.iframe = Selector('[data-testid=pluginIframe]');
+ this.iframe = Selector('[data-testid=pluginIframe]', { timeout: 60000 });
98
}
99
100
/**
0 commit comments