Skip to content

Commit fe28b45

Browse files
Test fixes
1 parent 42f8300 commit fe28b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

luminex/test/src/org/labkey/test/tests/luminex/LuminexRTransformTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void uploadRun()
125125
setFormElement(AssayConstants.ASSAY_NAME_FIELD_LOCATOR, "r script transformed assayId");
126126
checkCheckbox(Locator.name("SubtNegativeFromAll"));
127127
setFormElement(Locator.name("StndCurveFitInput"), "FI");
128-
setFormElement(Locator.name("unkCurveFitInput"), "FI-Bkgd-Neg");
128+
setFormElement(Locator.name("UnkCurveFitInput"), "FI-Bkgd-Neg");
129129
setFormElement(Locator.name("__primaryFile__"), TEST_ASSAY_LUM_FILE4);
130130
clickButton("Next", defaultWaitForPage * 2);
131131

0 commit comments

Comments
 (0)