Skip to content

Commit 725e473

Browse files
authored
typo in AcceptanceTests - is => if
1 parent d163f1b commit 725e473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/03-AcceptanceTests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ For more options see [`performOn()` reference](http://codeception.com/docs/modul
651651
When a web site acts unpredictably you may need to react on that change.
652652
This happens if site configured for A/B testing, or shows different popups, based on environment.
653653

654-
Since Codeception 3.0 you can have some actions to fail silently, is they are errored.
654+
Since Codeception 3.0 you can have some actions to fail silently, if they are errored.
655655
Let's say, you open a page and some times there is a popup which should be closed.
656656
We may try to hit the "close" button but if this action fails (no popup on page) we just continue the test.
657657

@@ -898,4 +898,4 @@ If you need to access the database, you can use the [Db Module](http://codecepti
898898

899899

900900
* **Next Chapter: [FunctionalTests >](/docs/04-FunctionalTests)**
901-
* **Previous Chapter: [< GettingStarted](/docs/02-GettingStarted)**
901+
* **Previous Chapter: [< GettingStarted](/docs/02-GettingStarted)**

0 commit comments

Comments
 (0)