You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/03-AcceptanceTests.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -792,15 +792,9 @@ Additional debugging features by Codeception:
792
792
793
793
### Common Cases
794
794
795
-
<<<<<<< HEAD
796
795
Let's see how common problems of acceptance testing can be solved with Codeception.
797
796
798
-
#### Authorization
799
-
=======
800
-
Let's see how common problems of acceptance testing can be solved with Codeception. We will need to update actor class (whcih is AcceptanceTester) in our case to add a new action.
801
-
802
797
#### Login
803
-
>>>>>>> 82997221b762bc09876379f9f30906c9d364a4f5
804
798
805
799
It is recommended to put widely used actions inside an Actor class. A good example is the `login` action
806
800
which would probably be actively involved in acceptance or functional testing:
0 commit comments