Skip to content

Commit 0a911f9

Browse files
committed
More tries to dismiss popover
1 parent 9c8d6ae commit 0a911f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/org/labkey/test/components/ui/grids/EditableGrid.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,9 @@ public String getCellPopoverText(int row, CharSequence columnIdentifier)
11721172
public void dismissPopover()
11731173
{
11741174
Locators.popover.findOptionalElement(getDriver()).ifPresent(popover -> {
1175+
getWrapper().mouseOver(popover);
11751176
getWrapper().mouseOut();
1177+
getWrapper().mouseOver(elementCache().getGridHeaderManager().getColumnHeader(0).getElement());
11761178
getWrapper().shortWait().until(ExpectedConditions.invisibilityOf(popover));
11771179
});
11781180
}

0 commit comments

Comments
 (0)