We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d7f1e commit 6bf45d7Copy full SHA for 6bf45d7
1 file changed
mcc/test/src/org/labkey/test/tests/mcc/MccTest.java
@@ -121,8 +121,9 @@ private void testAnimalImportAndTransfer() throws Exception
121
waitAndClick(Ext4Helper.Locators.ext4Button("OK"));
122
sleep(100);
123
124
- Ext4ComboRef.getForLabel(this, "Target Folder").setComboByDisplayValue("Other");
125
Ext4FieldRef.getForLabel(this, "Request ID").setValue(12345);
+
126
+ Ext4ComboRef.getForLabel(this, "Target Folder").setComboByDisplayValue("Other");
127
waitAndClick(Ext4Helper.Locators.ext4Button("Submit"));
128
129
// This should fail initially:
0 commit comments