Skip to content

Commit

Permalink
Enable Html5CapabilitiesTest for HtmlUnit
Browse files Browse the repository at this point in the history
This was working already.

Signed-off-by: Simon Stewart <[email protected]>
  • Loading branch information
rbri authored and shs96c committed Sep 29, 2014
1 parent c905e45 commit 8ed6975
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import static org.openqa.selenium.remote.CapabilityType.SUPPORTS_SQL_DATABASE;
import static org.openqa.selenium.remote.CapabilityType.SUPPORTS_WEB_STORAGE;
import static org.openqa.selenium.testing.Ignore.Driver.ANDROID;
import static org.openqa.selenium.testing.Ignore.Driver.HTMLUNIT;
import static org.openqa.selenium.testing.Ignore.Driver.IE;
import static org.openqa.selenium.testing.Ignore.Driver.IPHONE;
import static org.openqa.selenium.testing.Ignore.Driver.MARIONETTE;
Expand All @@ -45,7 +44,7 @@
import org.openqa.selenium.testing.TestUtilities;
import org.openqa.selenium.testing.drivers.WebDriverBuilder;

@Ignore({ANDROID,HTMLUNIT,IE,IPHONE,OPERA,SAFARI, MARIONETTE})
@Ignore({ANDROID,IE,IPHONE,OPERA,SAFARI, MARIONETTE})
public class Html5CapabilitiesTest extends JUnit4TestBase {

private WebDriver localDriver;
Expand Down

0 comments on commit 8ed6975

Please sign in to comment.