We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46737e commit 30ae0e8Copy full SHA for 30ae0e8
e2e/helpers/pages/UnifiedResources.ts
@@ -43,6 +43,7 @@ export class UnifiedResourcesPage {
43
const popupPromise = this.page.waitForEvent('popup');
44
await this.page.getByRole('menuitem', { name: login }).click();
45
const popup = await popupPromise;
46
+ await popup.waitForLoadState('load');
47
48
return new TerminalPage(popup);
49
}
0 commit comments