Skip to content

Commit 8ed6975

Browse files
rbrishs96c
authored andcommitted
Enable Html5CapabilitiesTest for HtmlUnit
This was working already. Signed-off-by: Simon Stewart <[email protected]>
1 parent c905e45 commit 8ed6975

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/client/test/org/openqa/selenium/html5/Html5CapabilitiesTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import static org.openqa.selenium.remote.CapabilityType.SUPPORTS_SQL_DATABASE;
2626
import static org.openqa.selenium.remote.CapabilityType.SUPPORTS_WEB_STORAGE;
2727
import static org.openqa.selenium.testing.Ignore.Driver.ANDROID;
28-
import static org.openqa.selenium.testing.Ignore.Driver.HTMLUNIT;
2928
import static org.openqa.selenium.testing.Ignore.Driver.IE;
3029
import static org.openqa.selenium.testing.Ignore.Driver.IPHONE;
3130
import static org.openqa.selenium.testing.Ignore.Driver.MARIONETTE;
@@ -45,7 +44,7 @@
4544
import org.openqa.selenium.testing.TestUtilities;
4645
import org.openqa.selenium.testing.drivers.WebDriverBuilder;
4746

48-
@Ignore({ANDROID,HTMLUNIT,IE,IPHONE,OPERA,SAFARI, MARIONETTE})
47+
@Ignore({ANDROID,IE,IPHONE,OPERA,SAFARI, MARIONETTE})
4948
public class Html5CapabilitiesTest extends JUnit4TestBase {
5049

5150
private WebDriver localDriver;

0 commit comments

Comments
 (0)