Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvuong committed May 9, 2024
1 parent 87fbc8b commit cf31976
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ describe('DisplayPrice', function () {
renderWithProviders(
<DisplayPrice currency="GBP" priceData={{...data, salePrice: 100, isOnSale: false}} />
)
screen.logTestingPlaygroundURL()
expect(screen.queryByText(/£90\.00/i)).not.toBeInTheDocument()
expect(screen.queryByText(/£90\.`00/i)).not.toBeInTheDocument()
expect(screen.getByText(/£100\.00/i)).toBeInTheDocument()
})
})

0 comments on commit cf31976

Please sign in to comment.