Skip to content

Commit

Permalink
update telerik url dropdownlist
Browse files Browse the repository at this point in the history
  • Loading branch information
kris lemoine committed Jun 10, 2020
1 parent da7e4e7 commit a4e6f81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private readonly ElementLocator
capColorKendoDropDownListLocator = new ElementLocator(Locator.CssSelector, "span[aria-owns='color_listbox']"),
capSizeKendoDropDownListLocator = new ElementLocator(Locator.CssSelector, "span[aria-owns='size_listbox']");

private readonly Uri url = new Uri("http://demos.telerik.com/jsp-ui/dropdownlist/index");
private readonly Uri url = new Uri("http://demos.telerik.com/jsp-ui/dropdownlist/basic-usage");

public KendoDropDownListPage(DriverContext driverContext)
: base(driverContext)
Expand Down

0 comments on commit a4e6f81

Please sign in to comment.