Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Feb 7, 2018
1 parent bcf8f8b commit e2b01c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public void SearchFabricOptions(string text)
{
Logger.Info(CultureInfo.CurrentCulture, "Typing text {0}", text);
this.Driver.ScrollIntoMiddle(this.tshirtFabricComboBoxLocator);
this.Driver.GetElement(this.tshirtFabricComboBoxLocator).JavaScriptClick();
this.FabricKendoComboBox.SendKeys(text);
this.Driver.WaitForAjax(BaseConfiguration.ShortTimeout);
}
Expand Down

0 comments on commit e2b01c4

Please sign in to comment.