We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ded09b commit 1ca5c66Copy full SHA for 1ca5c66
1 file changed
src/org/labkey/test/components/ui/search/EntityFieldFilterModal.java
@@ -36,8 +36,7 @@ protected void waitForReady()
36
public EntityFieldFilterModal selectQuery(String queryName)
37
{
38
WebElement queryItem = elementCache().findQueryOption(queryName);
39
- getWrapper().doAndWaitForElementToRefresh(queryItem::click,
40
- () -> elementCache().listItemLoc.findElement(elementCache().fieldsSelectionPanel), getWrapper().shortWait());
+ queryItem.click();
41
42
getWrapper().shortWait().until(ExpectedConditions.invisibilityOfElementLocated(BootstrapLocators.loadingSpinner));
43
0 commit comments