We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef473a9 commit 86153f8Copy full SHA for 86153f8
java/client/test/org/openqa/selenium/safari/SafariDriverTests.java
@@ -29,11 +29,11 @@
29
30
@RunWith(Suite.class)
31
@Suite.SuiteClasses({
32
+ StandardSeleniumTests.class,
33
AlertTests.class,
34
CleanSessionTest.class,
35
CrossDomainTest.class,
36
SafariExtensionsTest.class,
- StandardSeleniumTests.class,
37
WebSocketConnectionTest.class
38
})
39
public class SafariDriverTests {
0 commit comments