Skip to content

Commit c762da6

Browse files
committed
updated
1 parent 8871cc8 commit c762da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-04-20-codeception-3.0.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if ($I->tryToSeeElement('.alert.cookie')) {
108108

109109
Thanks to Iain Poulson from Delicious Brains for [showing this use case](https://deliciousbrains.com/automated-testing-woocommerce/)
110110

111-
[Learn how to use it](https://codeception.com/docs/03-AcceptanceTests#A-B-Testing) in updated Acceptance Testing guide.
111+
[Learn how to use it](https://codeception.com/docs/03-AcceptanceTests#AB-Testing) in updated Acceptance Testing guide.
112112

113113
Try and Retry were implemented as [Step Decorators](https://codeception.com/docs/08-Customization#Step-Decorators). As you know, actor classes contain code generated parts, and step decorators allow to generate additional actions by wrapping methods of modules. Conditional Assertions (`canSee*` methods) were refactored as step decorators too. So you need to enable them explicitly on new setups.
114114

0 commit comments

Comments
 (0)