Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparowhawk committed Aug 16, 2024
1 parent 7f5a878 commit e835bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VAMobile/e2e/tests/Claims.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe(':ios: Claims Screen', () => {

it('should verify that user is sent to File requests screen', async () => {
await element(by.id(ClaimsE2eIdConstants.ALERT_FILE_REQUEST_BUTTON_ID)).tap()
await expect(element(by.label('You have 3 file requests from V-A'))).toExist()
await expect(element(by.text('You have 3 file requests from VA'))).toExist()
await expect(element(by.text('Dental disability - More information needed'))).toExist()
})

Expand Down

0 comments on commit e835bcc

Please sign in to comment.