Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Wait for TypeaheadSelect to settle down before pressing keys
The TypeaheadSelect template code will focus the text input 100ms after opening the menu. The tests generally aren't disturbed about that, except when simulating key presses, of course. When the focus unexpectedly shifts back to the text input while navigating the menu items, the focused item is reset to either the first or last one.
- Loading branch information