Skip to content

Commit

Permalink
chore: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-deriv committed Jun 10, 2024
1 parent c130949 commit 669eb67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('CompositeCalendarMobile', () => {
expect(input).toHaveValue('03 Oct 2023 - 10 May 2024');
});

it('should apply date which user type in DatePicker for Start date', () => {
it('should apply date which user has typed in DatePicker for Start date', () => {
render(<CompositeCalendarMobile {...mockDefaultProps} />);

userEvent.click(screen.getByRole('textbox'));
Expand All @@ -133,7 +133,7 @@ describe('CompositeCalendarMobile', () => {
expect(inputForStartDate).toHaveValue('10 Jun 2024');
});

it('should apply date which user type in DatePicker for End date', () => {
it('should apply date which user has typed in DatePicker for End date', () => {
render(<CompositeCalendarMobile {...mockDefaultProps} />);

userEvent.click(screen.getByRole('textbox'));
Expand Down

0 comments on commit 669eb67

Please sign in to comment.