Skip to content

Commit

Permalink
Merge pull request #128 from lemoinek/master
Browse files Browse the repository at this point in the history
update telerik url dropdownlist
  • Loading branch information
raczeja authored Jun 15, 2020
2 parents da7e4e7 + a4e6f81 commit 5ac95cf
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 5ac95cf

Please sign in to comment.