Skip to content

Commit fa781c8

Browse files
JimmyAxrstoyanchev
authored andcommitted
Correct name of Selenium WebDriver artifact
The selenium-htmlunit3-driver artifact does not exist. Closes gh-34840 Signed-off-by: Jimmy Axenhus <github@axenhus.com>
1 parent 88cd7ad commit fa781c8

File tree

1 file changed

+1
-1
lines changed
  • framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit/webdriver.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ following sections to make this pattern much easier to implement.
166166
== MockMvc and WebDriver Setup
167167

168168
To use Selenium WebDriver with `MockMvc`, make sure that your project includes a test
169-
dependency on `org.seleniumhq.selenium:selenium-htmlunit3-driver`.
169+
dependency on `org.seleniumhq.selenium:htmlunit3-driver`.
170170

171171
We can easily create a Selenium WebDriver that integrates with MockMvc by using the
172172
`MockMvcHtmlUnitDriverBuilder` as the following example shows:

0 commit comments

Comments
 (0)