Skip to content

Commit

Permalink
Incorrect translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jun 13, 2016
1 parent 06021eb commit 8759b6d
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -175,8 +175,7 @@ public boolean perform(AbstractBuild<?, ?> build, Launcher launcher,
HtmlPage page = createWebClient().goTo(urlPrefix + "/my.package");

//verify only first 25 methods are shown
HtmlElement divShowAllLink = page.getElementById("showAllLink", true);
assertNull(divShowAllLink);
assertNull(page.getElementById("showAllLink"));

//verify bar
HtmlElement element = page.getElementById("fail-skip", true);
Expand Down

0 comments on commit 8759b6d

Please sign in to comment.