Skip to content

Commit

Permalink
fix: restore wait
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Jul 16, 2024
1 parent 4bb5480 commit f212823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/appActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ async function getFocusedObjectUuid(page) {
* @returns {Promise<string>} the url of the object
*/
async function getHashUrlToDomainObject(page, identifier) {
await page.waitForLoadState('load');
const hashUrl = await page.evaluate(async (objectIdentifier) => {
const path = await window.openmct.objects.getOriginalPath(objectIdentifier);
let url =
Expand Down

0 comments on commit f212823

Please sign in to comment.