Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ protected Elements elements()

private class Elements extends InsertPage.Elements
{
public Locator.XPathLocator expTitle = body.append(Locator.tagWithName("textarea", "title"));
public Locator.XPathLocator expAbstract = body.append(Locator.tagWithName("textarea", "abstract"));
public Locator.XPathLocator keywords = body.append(Locator.tagWithName("textarea","keywords"));
public Locator.XPathLocator submitterAffiliation = body.append(Locator.input("submitterAffiliation"));
public Locator.XPathLocator expTitle = body.append(Locator.tagWithName("textarea", "Title"));
public Locator.XPathLocator expAbstract = body.append(Locator.tagWithName("textarea", "Abstract"));
public Locator.XPathLocator keywords = body.append(Locator.tagWithName("textarea","Keywords"));
public Locator.XPathLocator submitterAffiliation = body.append(Locator.input("SubmitterAffiliation"));
public Locator.XPathLocator organismInputDiv = body.append(Locator.id("input-picker-div-organism")
.descendant(Locator.tagWithClass("span", "twitter-typeahead"))
.child(Locator.tagWithClass("input", "tt-input")));
Expand Down