Skip to content

Commit e1e7094

Browse files
authored
Update config for Step decorators
Remove extra 'yml' Add `steps:` to make the example more explicit.
1 parent ef21029 commit e1e7094

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)