Skip to content

Commit 2cbe212

Browse files
Merge 23.9 to develop
2 parents 2c32319 + fe73862 commit 2cbe212

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Viral_Load_Assay/test/src/org/labkey/test/tests/external/labModules/ViralLoadAssayTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,8 @@ private void createWNPRCPlateTemplate(String instrument, String importMethod)
583583
waitForText("Group By Category");
584584
Ext4FieldRef.getForLabel(this, "Group By Category").setChecked(true);
585585
waitForText("Below are the sample categories");
586-
Ext4FieldRef ctlField = Ext4FieldRef.getForLabel(this, "Neg Control (2)");
587-
ctlField.setValue(8); //A8
586+
Ext4ComboRef ctlField = Ext4ComboRef.getForLabel(this, "Neg Control (2)");
587+
ctlField.setComboByDisplayValue("A8");
588588
waitAndClick(Ext4Helper.Locators.ext4Button("Submit"));
589589
assertAlert("Error: Neg Control conflicts with an existing sample in well: A8");
590590

0 commit comments

Comments
 (0)