Skip to content

Commit

Permalink
feat: [M3-6968] improve unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Aug 22, 2023
1 parent f9a8f54 commit d3c9e21
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,12 @@ describe('ConfigureForm component with price comparison', () => {
});
});
});

it('should provide a proper price comparison', async () => {
selectNewRegion('São Paulo', 'br-gru');
await waitFor(() => {
expect(queryByText('$12.00')).toBeInTheDocument();
expect(queryByText('$15.60')).toBeInTheDocument();
});
});
});

0 comments on commit d3c9e21

Please sign in to comment.