File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
website_and_docs/content/documentation/test_practices/encouraged Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ test code.
185
185
186
186
## Assertions in Page Objects
187
187
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
189
189
object. The page object will contain the representation of the page, and the
190
190
services the page provides via methods but no code related to what is being
191
191
tested should be within the page object.
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ test code.
185
185
186
186
## Assertions in Page Objects
187
187
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
189
189
object. The page object will contain the representation of the page, and the
190
190
services the page provides via methods but no code related to what is being
191
191
tested should be within the page object.
You can’t perform that action at this time.
0 commit comments