File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,6 @@ public void testShouldReturnValueOfOnClickAttribute() {
321
321
}
322
322
323
323
@ Test
324
- @ NotYetImplemented (HTMLUNIT )
325
324
public void testGetAttributeDoesNotReturnAnObjectForSvgProperties () {
326
325
assumeFalse ("IE before 9 doesn't support SVG" , TestUtilities .isOldIe (driver ));
327
326
Original file line number Diff line number Diff line change 26
26
import static org .junit .Assert .fail ;
27
27
import static org .junit .Assume .assumeFalse ;
28
28
import static org .openqa .selenium .testing .Driver .CHROME ;
29
+ import static org .openqa .selenium .testing .Driver .HTMLUNIT ;
29
30
import static org .openqa .selenium .testing .Driver .IE ;
30
31
import static org .openqa .selenium .testing .Driver .MARIONETTE ;
31
32
import static org .openqa .selenium .testing .Driver .REMOTE ;
37
38
import org .openqa .selenium .testing .JUnit4TestBase ;
38
39
import org .openqa .selenium .testing .JavascriptEnabled ;
39
40
import org .openqa .selenium .testing .NeedsFreshDriver ;
41
+ import org .openqa .selenium .testing .NotYetImplemented ;
40
42
import org .openqa .selenium .testing .SwitchToTopAfterTest ;
41
43
import org .openqa .selenium .testing .TestUtilities ;
42
44
@@ -399,6 +401,7 @@ public void testShouldBeAbleToFindElementByXPathWithNamespace() {
399
401
}
400
402
401
403
@ Ignore ({IE , SAFARI , CHROME })
404
+ @ NotYetImplemented (value = HTMLUNIT , reason = "This used to work in HtmlUnit 2.23" )
402
405
@ Test
403
406
public void testShouldBeAbleToFindElementByXPathInXmlDocument () {
404
407
driver .get (pages .simpleXmlDocument );
Original file line number Diff line number Diff line change @@ -259,7 +259,6 @@ public void testShouldHandleSiblingBlockLevelElements() {
259
259
assertThat (text , is ("Some text" + newLine + "Some more text" ));
260
260
}
261
261
262
- @ NotYetImplemented (HTMLUNIT )
263
262
@ Test
264
263
public void testShouldHandleNestedBlockLevelElements () {
265
264
driver .get (pages .simpleTestPage );
You can’t perform that action at this time.
0 commit comments