We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58381d commit dbd50e1Copy full SHA for dbd50e1
1 file changed
src/org/labkey/test/components/domain/DomainFieldRow.java
@@ -769,6 +769,8 @@ public DomainFieldRow clickRemoveOntologyConcept()
769
770
public void setAllowMultipleSelections(Boolean allowMultipleSelections)
771
{
772
+ WebDriverWrapper.waitFor(() -> elementCache().allowMultipleSelectionsCheckbox.isDisplayed(),
773
+ "Allow Multiple Selections checkbox did not become visible", 2000);
774
elementCache().allowMultipleSelectionsCheckbox.set(allowMultipleSelections);
775
}
776
0 commit comments