Skip to content

Commit

Permalink
Bug/9112DetoxHomescreenTKD (#9122)
Browse files Browse the repository at this point in the history
  • Loading branch information
TKDickson authored Jul 19, 2024
1 parent 1c78ce5 commit d70a6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VAMobile/e2e/tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ const navigateToFeature = async (featureNavigationArray) => {
.whileElement(by.id('homeScreenID'))
.scroll(200, 'down')
await element(by.text(featureNavigationArray[j])).tap()
} else if (featureNavigationArray[0] === 'HomeScreen.e2e' && featureNavigationArray[j] === 'Prescriptions') {
} else if (featureNavigationArray[0] === 'HomeScreen.e2e' && featureNavigationArray[j] !== 'Appointments') {
await waitFor(element(by.text(featureNavigationArray[j])))
.toBeVisible()
.whileElement(by.id('homeScreenID'))
Expand Down

0 comments on commit d70a6a7

Please sign in to comment.