Skip to content

Commit

Permalink
DropdownButtonGroup: Update buttonGroupWithClass to account for DOM c…
Browse files Browse the repository at this point in the history
…hanges
  • Loading branch information
labkey-alan committed Feb 6, 2024
1 parent 74eceab commit 844659e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static public Locator.XPathLocator buttonGroupWithId(String Id)

static public Locator.XPathLocator buttonGroupWithClass(String cls)
{
return Locator.tagWithClass("div", "dropdown").withChild(Locators.toggleAnchor().withClass(cls));
return Locator.tagWithClass("div", "dropdown").withClass(cls);
}
}

Expand Down

0 comments on commit 844659e

Please sign in to comment.