Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimZvf committed Oct 8, 2023
1 parent ae5ff94 commit 111a9d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mui-material/src/Autocomplete/Autocomplete.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ describe('<Autocomplete />', () => {
expect(handleChange.callCount).to.equal(1);
});

it('Should skip disabled options when navigatin via keyboard', () => {
it('Should skip disabled options when navigating via keyboard', () => {
const { getByRole } = render(
<Autocomplete
getOptionDisabled={(option) => option === 'two'}
Expand All @@ -846,7 +846,7 @@ describe('<Autocomplete />', () => {
checkHighlightIs(getByRole('listbox'), 'one');
});

it('Should skip disabled options at the end of the list when navigatin via keyboard', () => {
it('Should skip disabled options at the end of the list when navigating via keyboard', () => {
const { getByRole } = render(
<Autocomplete
getOptionDisabled={(option) => option === 'three' || option === 'four'}
Expand All @@ -868,7 +868,7 @@ describe('<Autocomplete />', () => {
checkHighlightIs(getByRole('listbox'), 'one');
});

it('Should skip the first disabled option and disabled options at the end of the list when navigatin via keyboard', () => {
it('Should skip the first disabled option and disabled options at the end of the list when navigating via keyboard', () => {
const { getByRole } = render(
<Autocomplete
getOptionDisabled={(option) => option === 'one' || option === 'five'}
Expand Down

1 comment on commit 111a9d5

@Lalolokos1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[email protected] and empower them to make it seriously fixed and management is a lot more than the system is the only way to make everything else work well since I was able to upload and update everything out

Please sign in to comment.