File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
website_and_docs/content/documentation/about Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ Make sure that if you add a test to the page that all the other line numbers in
8080correct. Adding a test at the top of a page means updating every single reference in the documentation that has a line
8181number for that file.
8282
83+
84+ Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
85+ it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/ .
86+
8387Finally, make sure that the tests pass in the CI.
8488
8589
Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ Make sure that if you add a test to the page that all the other line numbers in
7575correct. Adding a test at the top of a page means updating every single reference in the documentation that has a line
7676number for that file.
7777
78+
79+ Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
80+ it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/ .
81+
7882Finally, make sure that the tests pass in the CI.
7983
8084
You can’t perform that action at this time.
0 commit comments