Skip to content

Commit

Permalink
removed test made obsolete by changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gwyneplaine committed Nov 23, 2017
1 parent 79eefba commit 08f33cc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/Select-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4188,17 +4188,6 @@ describe('Select', () => {
});

});

it('expands the drop down when the space bar is pressed', () => {

return expect(wrapper,
'with event', 'keyDown', KEY_SPACE, 'on', <div className="Select-control" />,
'queried for', <input role="combobox" />)
.then(input => {
expect(instance.state.focusedOption, 'to equal', { value: 'one', label: 'label one' });
});

});
});
});

Expand Down

0 comments on commit 08f33cc

Please sign in to comment.