Skip to content

Commit 76026bc

Browse files
committed
Merge discvr-23.7 to develop
2 parents d513d6f + 95e7bc4 commit 76026bc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ private void testAnimalImportAndTransfer() throws Exception
108108
Ext4ComboRef combo = Ext4ComboRef.getForLabel(this, "Destination Center Name");
109109
combo.waitForStoreLoad();
110110
sleep(200);
111+
combo.waitForStoreLoad();
111112
combo.clickTrigger();
112-
waitAndClick(Locator.tagContainingText("li", "Other"));
113+
waitAndClick(Locator.tagContainingText("li", "Other").notHidden());
113114

114115
Window<?> dialog = new Window.WindowFinder(getDriver()).withTitle("Enter Value").waitFor();
115116
dialog.findElement(Locator.tag("input")).sendKeys("TargetColony");
@@ -163,8 +164,11 @@ private void testAnimalImportAndTransfer() throws Exception
163164
new Window.WindowFinder(getDriver()).withTitle("Mark ID Shipped").waitFor();
164165
Ext4FieldRef.getForLabel(this, "Effective Date").setValue(new SimpleDateFormat("MM/dd/yyyy").format(new Date()));
165166
combo = Ext4ComboRef.getForLabel(this, "Destination Center Name");
167+
combo.waitForStoreLoad();
168+
sleep(200);
169+
combo.waitForStoreLoad();
166170
combo.clickTrigger();
167-
waitAndClick(Locator.tagContainingText("li", "Other"));
171+
waitAndClick(Locator.tagContainingText("li", "Other").notHidden());
168172

169173
dialog = new Window.WindowFinder(getDriver()).withTitle("Enter Value").waitFor();
170174
dialog.findElement(Locator.tag("input")).sendKeys("TargetColony2");

0 commit comments

Comments
 (0)