File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ public class SvgElementTest extends JUnit4TestBase {
39
39
@ Test
40
40
public void testShouldClickOnGraphVisualElements () {
41
41
assumeFalse ("IE version < 9 doesn't support SVG" , isOldIe (driver ));
42
- assumeFalse ("Firefox 3.0 with native events doesn't support SVG" ,
43
- isFirefox30 (driver ) && isNativeEventsEnabled (driver ));
44
42
45
43
driver .get (pages .svgPage );
46
44
WebElement svg = driver .findElement (By .cssSelector ("svg" ));
@@ -75,8 +73,6 @@ private static WebElement findAppleElement(List<WebElement> textElements) {
75
73
@ Test
76
74
public void testShouldClickOnGraphTextElements () {
77
75
assumeFalse ("IE version < 9 doesn't support SVG" , isOldIe (driver ));
78
- assumeFalse ("Firefox 3.0 with native events doesn't support SVG" ,
79
- isFirefox30 (driver ) && isNativeEventsEnabled (driver ));
80
76
81
77
driver .get (pages .svgPage );
82
78
WebElement svg = driver .findElement (By .cssSelector ("svg" ));
You can’t perform that action at this time.
0 commit comments