File tree Expand file tree Collapse file tree
mcc/test/src/org/labkey/test/tests/mcc Expand file tree Collapse file tree Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments