Skip to content

Commit ed7c3d7

Browse files
Kehrlannsbrannen
authored andcommitted
Fix broken link in WebDriver docs
Closes gh-35374 Signed-off-by: Daniel Garnier-Moiroux <[email protected]>
1 parent 01b24f2 commit ed7c3d7

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
@@ -261,7 +261,7 @@ Kotlin::
261261

262262
This improves on the design of our xref:testing/mockmvc/htmlunit/mah.adoc#spring-mvc-test-server-htmlunit-mah-usage[HtmlUnit test]
263263
by leveraging the Page Object Pattern. As we mentioned in
264-
xref:testing/mockmvc/htmlunit/webdriver.adoc#spring-mvc-test-server-htmlunit-webdriver-why[Why WebDriver and MockMvc?], we can use the Page Object Pattern
264+
xref:testing/mockmvc/htmlunit/webdriver.adoc#mockmvc-server-htmlunit-webdriver-why[Why WebDriver and MockMvc?], we can use the Page Object Pattern
265265
with HtmlUnit, but it is much easier with WebDriver. Consider the following
266266
`CreateMessagePage` implementation:
267267

0 commit comments

Comments
 (0)