File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed website_and_docs/content/documentation/test_practices/encouraged
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -184,7 +184,7 @@ test code.
|
184 | 184 |
|
185 | 185 | ## Assertions in Page Objects
|
186 | 186 | Page objects themselves should never make verifications or assertions. This is
|
187 |
| -part of your test and should always be within the test’s code, never in an page |
| 187 | +part of your test and should always be within the test’s code, never in a page |
188 | 188 | object. The page object will contain the representation of the page, and the
|
189 | 189 | services the page provides via methods but no code related to what is being
|
190 | 190 | tested should be within the page object.
|
@@ -491,4 +491,4 @@ public class LoginPage {
|
491 | 491 | return submitLogin();
|
492 | 492 | }
|
493 | 493 | }
|
494 |
| -``` |
| 494 | +``` |
You can’t perform that action at this time.
0 commit comments