Skip to content

Commit 15fbfe4

Browse files
authored
(docs) fix broken link (Codeception#241)
1 parent ac08abb commit 15fbfe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/06-ReusingTestCode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This trait was created by running `codecept build` and is regenerated each time
8686

8787
For acceptance and functional testing, we will not only need to have common actions being reused across different tests,
8888
we should have buttons, links and form fields being reused as well. For those cases we need to implement
89-
the [PageObject pattern](http://docs.seleniumhq.org/docs/06_test_design_considerations.jsp#page-object-design-pattern),
89+
the [PageObject pattern](https://www.selenium.dev/documentation/en/guidelines_and_recommendations/page_object_models/),
9090
which is widely used by test automation engineers. The PageObject pattern represents a web page as a class
9191
and the DOM elements on that page as its properties, and some basic interactions as its methods.
9292
PageObjects are very important when you are developing a flexible architecture of your acceptance or functional tests.
@@ -295,4 +295,4 @@ Following this approach will allow you to keep your tests clean, readable, stabl
295295

296296

297297
* **Next Chapter: [AdvancedUsage >](/docs/07-AdvancedUsage)**
298-
* **Previous Chapter: [< ModulesAndHelpers](/docs/06-ModulesAndHelpers)**
298+
* **Previous Chapter: [< ModulesAndHelpers](/docs/06-ModulesAndHelpers)**

0 commit comments

Comments
 (0)