Skip to content

Commit

Permalink
should fix nav tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparowhawk committed Sep 3, 2024
1 parent 0953b4b commit e844cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VAMobile/e2e/tests/Navigation.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const navigateToPage = async (key, navigationDicValue) => {
.toBeVisible()
.whileElement(by.id('claimsHistoryID'))
.scroll(100, 'down')
} else if (subNavigationArray.slice(-1)[0] === 'Files') {
} else if (subNavigationArray.slice(-1)[0] === 'Files' || subNavigationArray.slice(-1)[0] === 'Submit evidence') {
await element(by.id('ClaimDetailsScreen')).scrollTo('top')
}

Expand Down

0 comments on commit e844cf7

Please sign in to comment.