Skip to content

Commit

Permalink
Merge pull request #2749 from JuhQ/patch-3
Browse files Browse the repository at this point in the history
Fix typo in test
  • Loading branch information
JedWatson authored Jun 27, 2018
2 parents 3340908 + f9ddfa3 commit 18e0620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/Select.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1478,10 +1478,10 @@ cases(
).toBe('1');
},
{
'single select > should update aria-activedescendant as per focused uption': {
'single select > should update aria-activedescendant as per focused option': {
skip: true,
},
'multi select > should update aria-activedescendant as per focused uption': {
'multi select > should update aria-activedescendant as per focused option': {
skip: true,
props: {
...BASIC_PROPS,
Expand Down

0 comments on commit 18e0620

Please sign in to comment.