File tree 4 files changed +6
-2
lines changed
java/client/test/org/openqa/selenium/safari
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 30
30
import org .junit .AfterClass ;
31
31
import org .junit .Before ;
32
32
import org .junit .Test ;
33
+ import org .openqa .selenium .testing .NeedsLocalEnvironment ;
33
34
34
35
import java .util .concurrent .TimeUnit ;
35
36
37
+ @ NeedsLocalEnvironment (reason = "Requires local browser launching environment" )
36
38
public class AlertTests extends SafariTestBase {
37
39
38
40
@ AfterClass
Original file line number Diff line number Diff line change 26
26
27
27
import org .junit .AfterClass ;
28
28
import org .junit .Test ;
29
+ import org .openqa .selenium .testing .NeedsLocalEnvironment ;
29
30
31
+ @ NeedsLocalEnvironment (reason = "Requires local browser launching environment" )
30
32
public class CleanSessionTest extends SafariTestBase {
31
33
32
34
private static final Cookie COOKIE = new Cookie ("foo" , "bar" );
Original file line number Diff line number Diff line change 30
30
31
31
import org .junit .AfterClass ;
32
32
import org .junit .Test ;
33
+ import org .openqa .selenium .testing .NeedsLocalEnvironment ;
33
34
34
35
import java .io .File ;
35
36
37
+ @ NeedsLocalEnvironment (reason = "Requires local browser launching environment" )
36
38
public class SafariExtensionsTest extends SafariTestBase {
37
39
38
40
@ AfterClass
Original file line number Diff line number Diff line change 7
7
import org .openqa .selenium .testing .JUnit4TestBase ;
8
8
9
9
import org .junit .Before ;
10
- import org .openqa .selenium .testing .NeedsLocalEnvironment ;
11
10
12
- @ NeedsLocalEnvironment (reason = "Requires local browser launching environment" )
13
11
public class SafariTestBase extends JUnit4TestBase {
14
12
15
13
private static WebDriver staticDriver = null ;
You can’t perform that action at this time.
0 commit comments