Skip to content

Commit bb8005a

Browse files
Update expected form field name casing (#555)
1 parent 9dcffb1 commit bb8005a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

panoramapublic/test/src/org/labkey/test/components/panoramapublic/TargetedMsExperimentInsertPage.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ protected Elements elements()
8484

8585
private class Elements extends InsertPage.Elements
8686
{
87-
public Locator.XPathLocator expTitle = body.append(Locator.tagWithName("textarea", "title"));
88-
public Locator.XPathLocator expAbstract = body.append(Locator.tagWithName("textarea", "abstract"));
89-
public Locator.XPathLocator keywords = body.append(Locator.tagWithName("textarea","keywords"));
90-
public Locator.XPathLocator submitterAffiliation = body.append(Locator.input("submitterAffiliation"));
87+
public Locator.XPathLocator expTitle = body.append(Locator.tagWithName("textarea", "Title"));
88+
public Locator.XPathLocator expAbstract = body.append(Locator.tagWithName("textarea", "Abstract"));
89+
public Locator.XPathLocator keywords = body.append(Locator.tagWithName("textarea","Keywords"));
90+
public Locator.XPathLocator submitterAffiliation = body.append(Locator.input("SubmitterAffiliation"));
9191
public Locator.XPathLocator organismInputDiv = body.append(Locator.id("input-picker-div-organism")
9292
.descendant(Locator.tagWithClass("span", "twitter-typeahead"))
9393
.child(Locator.tagWithClass("input", "tt-input")));

0 commit comments

Comments
 (0)