Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sviderock committed Jan 23, 2025
1 parent 628be9d commit 4e74b16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ReviewTransaction.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ describe('ReviewSummaryItemContact', () => {
} as Recipient
const tree = render(<ReviewSummaryItemContact recipient={recipient} testID="ContactItem" />)

expect(tree.getByTestId('ContactItem/Label')).toHaveTextContent('Contact')
expect(tree.getByTestId('ContactItem/PrimaryValue')).toHaveTextContent('John Doe')
expect(tree.getByTestId('ContactItem/SecondaryValue')).toHaveTextContent('+111111111')
})
Expand Down

0 comments on commit 4e74b16

Please sign in to comment.