Skip to content

Commit fa62b40

Browse files
committed
Fix grammer in page object models. reffering to commit #1803
1 parent fdab422 commit fa62b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website_and_docs/content/documentation/test_practices/encouraged/page_object_models.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ test code.
185185

186186
## Assertions in Page Objects
187187
Page objects themselves should never make verifications or assertions. This is
188-
part of your test and should always be within the test’s code, never in an page
188+
part of your test and should always be within the test’s code, never in a page
189189
object. The page object will contain the representation of the page, and the
190190
services the page provides via methods but no code related to what is being
191191
tested should be within the page object.

website_and_docs/content/documentation/test_practices/encouraged/page_object_models.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ test code.
185185

186186
## Assertions in Page Objects
187187
Page objects themselves should never make verifications or assertions. This is
188-
part of your test and should always be within the test’s code, never in an page
188+
part of your test and should always be within the test’s code, never in a page
189189
object. The page object will contain the representation of the page, and the
190190
services the page provides via methods but no code related to what is being
191191
tested should be within the page object.

0 commit comments

Comments
 (0)