Skip to content

Commit 70213d3

Browse files
committed
Try to fix the test on Firefox
1 parent 231eb7e commit 70213d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/test.js

+3
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ describe('jquery-typeahead.js', function() {
363363
yield input.type('mi');
364364

365365
suggestions = yield dropdown.elementsByClassName('aa-suggestion');
366+
expect(suggestions).to.have.length('4');
367+
368+
yield input.type(wd.SPECIAL_KEYS['Down arrow']);
366369
yield suggestions[1].click();
367370

368371
expect(yield dropdown.isDisplayed()).to.equal(false);

0 commit comments

Comments
 (0)