Skip to content

Commit 64a05f4

Browse files
authored
fix for field names (#192)
1 parent a21987a commit 64a05f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OConnorExperiments/test/src/org/labkey/test/tests/OConnorExperimentTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ protected void editMultipleExperiments(String description, String type, String p
391391
}
392392
selectOptionByText(Locator.name("quf_ExperimentTypeId"), type);
393393

394-
waitForElement(Locator.name("quf_ParentExperiments"));
395-
selectOptionByText(Locator.name("quf_ParentExperiments"), parentExperiment);
394+
waitForElement(Locator.name("[]quf_ParentExperiments"));
395+
selectOptionByText(Locator.name("[]quf_ParentExperiments"), parentExperiment);
396396

397397
clickButton("Submit");
398398
goToProjectHome();

0 commit comments

Comments
 (0)