Skip to content

Commit bd68052

Browse files
committed
Add emphasis on important points
1 parent b82ea12 commit bd68052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ page itself. This was [noted by Martin Fowler](https://martinfowler.com/bliki/Pa
202202

203203
The same principles used for page objects can be used to
204204
create "Page _Component_ Objects", as it was later called, that represent discrete chunks of the
205-
page and can be included in page objects. These component objects can
205+
page and **can be included in page objects**. These component objects can
206206
provide references to the elements inside those discrete chunks, and
207207
methods to leverage the functionality provided by them.
208208

0 commit comments

Comments
 (0)