Skip to content

Commit 2da691d

Browse files
committed
Update to MCC test
1 parent 25caf7a commit 2da691d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ private void testAnimalImportAndTransfer() throws Exception
182182
waitAndClick(Ext4Helper.Locators.ext4Button("OK"));
183183
sleep(100);
184184

185+
Ext4FieldRef.getForLabel(this, "Request ID").setValue(12345);
185186
Ext4ComboRef.getForLabel(this, "Target Folder").setComboByDisplayValue("Other");
186187
_ext4Helper.queryOne("#usePreviousId-Animal2", Ext4FieldRef.class).setChecked(true);
187188
waitAndClick(Ext4Helper.Locators.ext4Button("Submit"));
@@ -239,6 +240,7 @@ private void testAnimalImportAndTransfer() throws Exception
239240
waitAndClick(Ext4Helper.Locators.ext4Button("OK"));
240241
sleep(100);
241242

243+
Ext4FieldRef.getForLabel(this, "Request ID").setValue(12345);
242244
Ext4ComboRef.getForLabel(this, "Target Folder").setComboByDisplayValue("Other");
243245
_ext4Helper.queryOne("#newId-12345", Ext4FieldRef.class).setValue("TheNewId");
244246
waitAndClick(Ext4Helper.Locators.ext4Button("Submit"));

0 commit comments

Comments
 (0)