Skip to content

Commit

Permalink
bug/10058-rachael-detox-messages-AF-failing (#10263)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbontrager authored Dec 4, 2024
1 parent b4f65c3 commit b7c8156
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions VAMobile/e2e/tests/AvailabilityFramework.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,10 @@ export async function runTests(testRun, AFNavigationArray, x) {
})

it('should verify AF use case 2 Update available for: ' + testRun, async () => {
await enableAF(AFNavigationArray[x][1], 'DenyContent', true)
await verifyAF(AFNavigationArray[x], 'DenyContent', true)
if (testRun != 'WG_StartNewMessage' && testRun != 'WG_ReplyMessage') {
await enableAF(AFNavigationArray[x][1], 'DenyContent', true)
await verifyAF(AFNavigationArray[x], 'DenyContent', true)
}
})
}

Expand Down

0 comments on commit b7c8156

Please sign in to comment.