Skip to content

Commit d3eccad

Browse files
committed
Improve MCC test
1 parent e284fde commit d3eccad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mcc/test/src/org/labkey/test/tests/mcc/MccTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ private void testAnimalImportAndTransfer() throws Exception
107107
Ext4FieldRef.getForLabel(this, "Effective Date").setValue(new SimpleDateFormat("MM/dd/yyyy").format(new Date()));
108108
Ext4ComboRef combo = Ext4ComboRef.getForLabel(this, "Destination Center Name");
109109
combo.clickTrigger();
110+
combo.waitForStoreLoad();
110111
waitAndClick(Locator.tagContainingText("li", "Other"));
111112

112113
Window<?> dialog = new Window.WindowFinder(getDriver()).withTitle("Enter Value").waitFor();

0 commit comments

Comments
 (0)