Skip to content

Commit 8962585

Browse files
add timeout for iframe
1 parent 8481cd1 commit 8962585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/pageObjects/workbench-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class WorkbenchPage {
9494
this.monacoCommandDetails = Selector('div.suggest-details-container');
9595
this.monacoCloseCommandDetails = Selector('span.codicon-close');
9696
this.monacoSuggestion = Selector('span.monaco-icon-name-container');
97-
this.iframe = Selector('[data-testid=pluginIframe]');
97+
this.iframe = Selector('[data-testid=pluginIframe]', { timeout: 60000 });
9898
}
9999

100100
/**

0 commit comments

Comments
 (0)