Skip to content

Commit 11307e4

Browse files
Improve detection of an idle indexer
1 parent 2d03b45 commit 11307e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private void reimportFirstRun(int index, Calendar testDate, File file)
123123
goToTestAssayHome();
124124
new DataRegionTable("Runs", getDriver()).checkCheckbox(1);
125125
clickButton("Re-import run");
126-
Assert.assertEquals("Form did not remember values from first import", "NETWORK1", getFormElement(Locator.name("network")));
126+
Assert.assertEquals("Form did not remember values from first import", "NETWORK1", getFormElement(Locator.name("Network")));
127127
clickButton("Next");
128128
testDate.add(Calendar.DATE, 1);
129129
reimportLuminexRunPageTwo("Guide Set plate " + (i+1), isotype, conjugate, "", "", "Notebook" + (i+1),

0 commit comments

Comments
 (0)