Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparowhawk committed Dec 4, 2024
1 parent e71cfdc commit dbdf5a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VAMobile/src/components/MessageList.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ context('MessageList', () => {
},
{
leftTextProps: { text: 'test2-subject-line' },
leftIconProps: { name: 'Trash', width: 16, height: 16, testID: 'Trash' },
leftIconProps: { name: 'PaperClip', width: 16, height: 16, testID: 'PaperClip' },
},
],
isSentFolder: false,
Expand Down Expand Up @@ -78,7 +78,7 @@ context('MessageList', () => {

it('should render the VAIcon components for unread item with attachment', () => {
expect(screen.getByTestId('Unread')).toBeTruthy()
expect(screen.getByTestId('Trash')).toBeTruthy()
expect(screen.getByTestId('PaperClip')).toBeTruthy()
})

it('should render chevron icons', () => {
Expand Down

0 comments on commit dbdf5a3

Please sign in to comment.