Skip to content

Commit 0872f54

Browse files
alb-i986barancev
authored andcommitted
java: fix pagefactory.SmallTests: add missing ByAllTest
Signed-off-by: Alexei Barantsev <[email protected]>
1 parent b14d428 commit 0872f54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/client/test/org/openqa/selenium/support/SmallTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import org.openqa.selenium.support.events.EventFiringWebDriverTest;
2020
import org.openqa.selenium.support.pagefactory.AjaxElementLocatorTest;
2121
import org.openqa.selenium.support.pagefactory.AnnotationsTest;
22+
import org.openqa.selenium.support.pagefactory.ByAllTest;
2223
import org.openqa.selenium.support.pagefactory.ByChainedTest;
2324
import org.openqa.selenium.support.pagefactory.DefaultElementLocatorTest;
2425
import org.openqa.selenium.support.pagefactory.DefaultFieldDecoratorTest;
@@ -40,6 +41,7 @@
4041
AjaxElementLocatorTest.class,
4142
AnnotationsTest.class,
4243
ByChainedTest.class,
44+
ByAllTest.class,
4345
ColorTest.class,
4446
DefaultElementLocatorTest.class,
4547
DefaultFieldDecoratorTest.class,

0 commit comments

Comments
 (0)