Skip to content

Commit

Permalink
Merge branch 'main' into node-upgrade-18
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaksheeAtl authored Oct 25, 2023
2 parents 460a966 + d292dcb commit ec50d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/utils/jira.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const jiraAppInstall = async (page: Page): Promise<Page> => {
await page.click("#upm-upload-dialog .aui-button-primary");
await page.click(`#upm-plugin-status-dialog .confirm`, { timeout: 60000 });
const iframe = await page.frameLocator("#ak-main-content iframe");
await (await iframe.locator(".jiraConfiguration")).waitFor();
await (await iframe.locator("#root")).waitFor();
return page;
};

Expand Down

0 comments on commit ec50d22

Please sign in to comment.