Skip to content

Commit

Permalink
java: fix pagefactory.SmallTests: add missing ByAllTest
Browse files Browse the repository at this point in the history
Signed-off-by: Alexei Barantsev <barancev@gmail.com>
  • Loading branch information
alb-i986 authored and barancev committed Apr 21, 2015
1 parent b14d428 commit 0872f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/client/test/org/openqa/selenium/support/SmallTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import org.openqa.selenium.support.events.EventFiringWebDriverTest;
import org.openqa.selenium.support.pagefactory.AjaxElementLocatorTest;
import org.openqa.selenium.support.pagefactory.AnnotationsTest;
import org.openqa.selenium.support.pagefactory.ByAllTest;
import org.openqa.selenium.support.pagefactory.ByChainedTest;
import org.openqa.selenium.support.pagefactory.DefaultElementLocatorTest;
import org.openqa.selenium.support.pagefactory.DefaultFieldDecoratorTest;
Expand All @@ -40,6 +41,7 @@
AjaxElementLocatorTest.class,
AnnotationsTest.class,
ByChainedTest.class,
ByAllTest.class,
ColorTest.class,
DefaultElementLocatorTest.class,
DefaultFieldDecoratorTest.class,
Expand Down

0 comments on commit 0872f54

Please sign in to comment.