Skip to content

Commit

Permalink
Fixed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
vagisha committed Aug 23, 2023
1 parent 276b033 commit 645cb93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ 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.input("keywords"));
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"))
Expand Down

0 comments on commit 645cb93

Please sign in to comment.