Skip to content

Commit

Permalink
Fix spurious IE test failure, refs #471.
Browse files Browse the repository at this point in the history
  • Loading branch information
wkeese committed Dec 29, 2016
1 parent 15d867e commit f73d623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/HasDropDownHover.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ define([
"touch or mouse": function () {
return this.remote
.findById("behaviorButton").click().end()
.sleep(1000) // HasDropDown click doesn't work on IE webdriver; wait for hover to open Tooltip.
.findById("behaviorTooltip").isDisplayed().then(function (visible) {
assert(visible, "tooltip visible");
}).end()
Expand Down

0 comments on commit f73d623

Please sign in to comment.