Skip to content

Commit

Permalink
Addressed review comment by Chloe
Browse files Browse the repository at this point in the history
  • Loading branch information
hjetpoluru committed Jul 22, 2024
1 parent b580504 commit dedae33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/tests/settings/show-hex-data.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ async function clickElementsInSequence(driver, clickSelectors) {
for (const selector of clickSelectors) {
if (process.env.MMI && selector === selectors.settingsDiv) {
await driver.waitForSelector(selectors.portfolioMenuOption);
await driver.clickElement(selector);
} else {
await driver.waitForSelector(selector);
await driver.clickElement(selector);
}
await driver.clickElement(selector);
}
}

Expand Down

0 comments on commit dedae33

Please sign in to comment.