Skip to content

Commit

Permalink
MultiMenu: Work with dropups
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-alan committed Jan 22, 2024
1 parent f8852e4 commit 336b2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/labkey/test/components/react/MultiMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public static abstract class Locators
{
static public Locator.XPathLocator menuContainer()
{
return Locator.tagWithClass("*", "dropdown");
return Locator.XPathLocator.union(Locator.byClass("dropdown"), Locator.byClass("dropup"));
}

static public Locator.XPathLocator menuContainer(String text)
Expand Down

0 comments on commit 336b2da

Please sign in to comment.