Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rbontrager committed Dec 2, 2024
1 parent b6f61ae commit 21c703f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VAMobile/e2e/tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ export async function verifyAF(featureNavigationArray, AFUseCase, AFUseCaseUpgra
}
} else if (AFUseCase === 'DenyContent' || AFUseCase === 'AllowFunction') {
await device.disableSynchronization()
await setTimeout(3000)
if (AFUseCaseUpgrade) {
try {
await expect(element(by.text('Update now'))).toExist()
Expand Down

0 comments on commit 21c703f

Please sign in to comment.