diff --git a/src/test/java/com/gargoylesoftware/htmlunit/WebDriverTestCase.java b/src/test/java/com/gargoylesoftware/htmlunit/WebDriverTestCase.java index c7e1e478159..01591d8ee97 100644 --- a/src/test/java/com/gargoylesoftware/htmlunit/WebDriverTestCase.java +++ b/src/test/java/com/gargoylesoftware/htmlunit/WebDriverTestCase.java @@ -132,7 +132,6 @@ *
  • ff.bin (optional): is the location of the FF binary, in Windows use double back-slashes
  • *
  • ff68.bin (optional): is the location of the FF binary, in Windows use double back-slashes
  • *
  • ie.bin (mandatory if it does not exist in the path): is the location of the IEDriverServer binary (see - *
  • edge.bin (optional): is the location of the Edge binary, use double back-slashes
  • * IEDriverServer downloads) *
  • edge.bin (mandatory if it does not exist in the path): is the location of the MicrosoftWebDriver binary * (see MicrosoftWebDriver downloads)
  • diff --git a/src/test/java/com/gargoylesoftware/htmlunit/general/HostClassNameTest.java b/src/test/java/com/gargoylesoftware/htmlunit/general/HostClassNameTest.java index b564c67d507..8c4621e8e97 100644 --- a/src/test/java/com/gargoylesoftware/htmlunit/general/HostClassNameTest.java +++ b/src/test/java/com/gargoylesoftware/htmlunit/general/HostClassNameTest.java @@ -1491,7 +1491,7 @@ public void cssPageRule() throws Exception { } /** - * Test {@link com.gargoylesoftware.htmlunit.javascript.host.css.CSSPrimitiveValue}. + * Test CSSPrimitiveValue. * * @throws Exception if an error occurs */ @@ -1598,7 +1598,7 @@ public void cssUnknownRule() throws Exception { } /** - * Test {@link com.gargoylesoftware.htmlunit.javascript.host.css.CSSValue}. + * Test CSSValue. * * @throws Exception if an error occurs */ @@ -2020,7 +2020,7 @@ public void domConfiguration() throws Exception { } /** - * Test {@link com.gargoylesoftware.htmlunit.javascript.host.dom.DOMCursor}. + * Test DOMCursor. * * @throws Exception if the test fails */ @@ -5255,7 +5255,7 @@ public void localFileSystemSync() throws Exception { } /** - * Test {@link com.gargoylesoftware.htmlunit.javascript.host.media.LocalMediaStream}. + * Test LocalMediaStream. * * @throws Exception if the test fails */ diff --git a/src/test/java/com/gargoylesoftware/htmlunit/general/HostTypeOfTest.java b/src/test/java/com/gargoylesoftware/htmlunit/general/HostTypeOfTest.java index f4208533139..16e13e87c15 100644 --- a/src/test/java/com/gargoylesoftware/htmlunit/general/HostTypeOfTest.java +++ b/src/test/java/com/gargoylesoftware/htmlunit/general/HostTypeOfTest.java @@ -919,7 +919,7 @@ public void cssPageRule() throws Exception { } /** - * Test {@link com.gargoylesoftware.htmlunit.javascript.host.css.CSSPrimitiveValue}. + * Test CSSPrimitiveValue. * * @throws Exception if an error occurs */ @@ -1000,7 +1000,7 @@ public void cssSupportsRule() throws Exception { } /** - * Test {@link com.gargoylesoftware.htmlunit.javascript.host.css.CSSValue}. + * Test CSSValue. * * @throws Exception if an error occurs */ @@ -1192,7 +1192,7 @@ public void documentType() throws Exception { } /** - * Test {@link com.gargoylesoftware.htmlunit.javascript.host.dom.DOMCursor}. + * Test DOMCursor. * * @throws Exception if the test fails */ @@ -3344,7 +3344,7 @@ public void keyframeEffect() throws Exception { } /** - * Test {@link com.gargoylesoftware.htmlunit.javascript.host.media.LocalMediaStream}. + * Test LocalMediaStream. * * @throws Exception if the test fails */