Skip to content

Commit

Permalink
Fix Search, another typo after fixing the first one
Browse files Browse the repository at this point in the history
  • Loading branch information
matusmacik committed May 21, 2018
1 parent 2078a70 commit 369072c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public Popover<Search<T>> byName() {
for (SelenideElement popoverElement : popoverElements) {
if (popoverElement.isDisplayed()) {
popover = popoverElement;
break;t
break;
}
}
return new Popover<>(this, popover);
Expand Down

0 comments on commit 369072c

Please sign in to comment.