File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
website_and_docs/content/documentation/about Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ Seleniumのすべてのコンポーネントは、時間の経過とともに非
6363ページにテストを追加する場合は、Markdownファイル内の他のすべての行番号が正しいことを確認してください。
6464ページの先頭にテストを追加すると、そのファイルの行番号を持つドキュメント内のすべての参照が更新されます。
6565
66+ Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
67+ it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/ .
68+
6669最後に、CIでテストがPassすることを確認してください。
6770
6871
Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ 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+ Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
84+ it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/ .
85+
8386Finally, make sure that the tests pass in the CI.
8487
8588
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ 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+ Code examples may need a relevant website or web page to demonstrate the scenario. To ensure examples consistently work,
79+ it is recommended to use the test web pages available at https://www.selenium.dev/selenium/web/ .
80+
7881Finally, make sure that the tests pass in the CI.
7982
8083
You can’t perform that action at this time.
0 commit comments