Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96b029e

Browse files
committed
Update page-objects.rst
fix typo on "implementsation" to "implementation"
1 parent 6aae842 commit 96b029e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/page-objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Page object classes
6262

6363
The page object pattern intends creating an object for each web page.
6464
By following this technique a layer of separation between the test
65-
code and technical implementsation is created.
65+
code and technical implementation is created.
6666

6767
The ``page.py`` will look like this::
6868

0 commit comments

Comments
 (0)