Skip to content

Commit c16450f

Browse files
authored
Merge pull request Codeception#167 from edno/patch-1
Update config for Step decorators
2 parents 2437ff1 + e1e7094 commit c16450f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/08-Customization.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,11 @@ List of available step decorators:
358358
Step decorators can be added to suite config inside `steps` block:
359359

360360
{% highlight yaml %}
361-
yml
362-
step_decorators:
363-
- Codeception/Step/TryTo
364-
- Codeception/Step/Retry
365-
- Codeception/Step/ConditionalAssertion
361+
steps:
362+
step_decorators:
363+
- Codeception/Step/TryTo
364+
- Codeception/Step/Retry
365+
- Codeception/Step/ConditionalAssertion
366366

367367
{% endhighlight %}
368368

@@ -452,4 +452,4 @@ If you see you have a problem that can be solved using these extensions, then gi
452452

453453

454454
* **Next Chapter: [Data >](/docs/09-Data)**
455-
* **Previous Chapter: [< BDD](/docs/07-BDD)**
455+
* **Previous Chapter: [< BDD](/docs/07-BDD)**

0 commit comments

Comments
 (0)