Skip to content

Commit 1978e8c

Browse files
committed
Update input name
1 parent 7e174e4 commit 1978e8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/tests/AttachmentFieldTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public void testDownloadFileLinkCrossContainerPermission()
234234
clickAndWait(Locator.linkWithText(assayName));
235235
clickButton("Import Data");
236236
clickButton("Next");
237-
setFormElement(Locator.name("name"), "TestRun");
237+
setFormElement(Locator.name("Name"), "TestRun");
238238
setFormElement(Locator.name("TextAreaDataCollector.textArea"),
239239
"Specimen ID\tParticipant ID\tVisit ID\n100\t1A2B\t1");
240240
clickButton("Save and Finish");

0 commit comments

Comments
 (0)