Skip to content

Commit e567a15

Browse files
authored
Merge branch 'main' into chore/use-custom-storage-service-class
2 parents 427f953 + f6a5218 commit e567a15

3 files changed

Lines changed: 24 additions & 21 deletions

File tree

e2e/src/pages/HostPanelExtensionPage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ export abstract class HostPanelExtensionPage extends SocketNavigationPage {
5656
await extensionHeading.click();
5757
this.logger.info(`Clicked to expand ${this.extensionName} extension`);
5858

59-
await expect(this.page.locator('iframe')).toBeVisible({ timeout: 15000 });
59+
await expect(this.page.locator('iframe[name="portal"]')).toBeVisible({ timeout: 15000 });
6060
this.logger.info('Extension iframe loaded');
6161

62-
const iframe: FrameLocator = this.page.frameLocator('iframe');
62+
const iframe: FrameLocator = this.page.frameLocator('iframe[name="portal"]');
6363
await this.verifyExtensionContent(iframe);
6464

6565
this.logger.success(`${this.extensionName} extension renders correctly`);

ui/extensions/user-preferences/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/extensions/user-preferences/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@
7272
"svgo": "2.8.1",
7373
"minimatch@3": "3.1.4",
7474
"minimatch@9": "9.0.9",
75-
"lodash": "4.17.23"
75+
"lodash": "4.17.23",
76+
"picomatch@2": "2.3.2",
77+
"picomatch@4": "4.0.4",
78+
"brace-expansion@2": "2.0.3"
7679
}
7780
}

0 commit comments

Comments
 (0)