diff --git a/java/client/test/org/openqa/selenium/support/SmallTests.java b/java/client/test/org/openqa/selenium/support/SmallTests.java index 6fc40e0f85285..7a30416869897 100644 --- a/java/client/test/org/openqa/selenium/support/SmallTests.java +++ b/java/client/test/org/openqa/selenium/support/SmallTests.java @@ -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; @@ -40,6 +41,7 @@ AjaxElementLocatorTest.class, AnnotationsTest.class, ByChainedTest.class, + ByAllTest.class, ColorTest.class, DefaultElementLocatorTest.class, DefaultFieldDecoratorTest.class,