diff --git a/Objectivity.Test.Automation.Tests.PageObjects/PageObjects/Kendo/KendoComboBoxPage.cs b/Objectivity.Test.Automation.Tests.PageObjects/PageObjects/Kendo/KendoComboBoxPage.cs index f2621f80a..bdfdebd9b 100644 --- a/Objectivity.Test.Automation.Tests.PageObjects/PageObjects/Kendo/KendoComboBoxPage.cs +++ b/Objectivity.Test.Automation.Tests.PageObjects/PageObjects/Kendo/KendoComboBoxPage.cs @@ -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); }