Skip to content

Commit f017fef

Browse files
authored
Merge branch 'trunk' into patch-2
2 parents 5b3ba84 + 67cf1f4 commit f017fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ test code.
184184

185185
## Assertions in Page Objects
186186
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
188188
object. The page object will contain the representation of the page, and the
189189
services the page provides via methods but no code related to what is being
190190
tested should be within the page object.
@@ -491,4 +491,4 @@ public class LoginPage {
491491
return submitLogin();
492492
}
493493
}
494-
```
494+
```

0 commit comments

Comments
 (0)