File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
panoramapublic/test/src/org/labkey/test/components/panoramapublic Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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" )));
You can’t perform that action at this time.
0 commit comments