We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e284fde commit d3eccadCopy full SHA for d3eccad
1 file changed
mcc/test/src/org/labkey/test/tests/mcc/MccTest.java
@@ -107,6 +107,7 @@ private void testAnimalImportAndTransfer() throws Exception
107
Ext4FieldRef.getForLabel(this, "Effective Date").setValue(new SimpleDateFormat("MM/dd/yyyy").format(new Date()));
108
Ext4ComboRef combo = Ext4ComboRef.getForLabel(this, "Destination Center Name");
109
combo.clickTrigger();
110
+ combo.waitForStoreLoad();
111
waitAndClick(Locator.tagContainingText("li", "Other"));
112
113
Window<?> dialog = new Window.WindowFinder(getDriver()).withTitle("Enter Value").waitFor();
0 commit comments