File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
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)