Skip to content

Commit

Permalink
Merge 4380a8d into fe3ea11
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Jan 2, 2020
2 parents fe3ea11 + 4380a8d commit abe4d70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/integration/index.js
Expand Up @@ -19,7 +19,11 @@ const basicExample = () => {
const secondOption = `${menu} > li:nth-child(2)`

beforeEach(() => {
browser.setValue(input, '') // Prevent autofilling, IE likes to do this.
// Dismiss any open autocompletes
browser.addValue(input, ['Escape'])

// Prevent autofilling, IE likes to do this.
browser.setValue(input, '')
})

it('should show the input', () => {
Expand Down

0 comments on commit abe4d70

Please sign in to comment.