Skip to content

Commit

Permalink
Fix reference link in Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjorge committed Jan 25, 2016
1 parent c6aee41 commit 535c727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Scenario('test some forms', (I) => {
```
All actions are performed by I object; assertions functions start with `see` function.
In this examples all methods of I are taken from WebDriverIO helper, see [reference](https://github.com/Codeception/CodeceptJS/blob/master/docs/API.md#webdriverio) to learn how to use them.
In this examples all methods of `I` are taken from WebDriverIO helper, see [reference](https://github.com/Codeception/CodeceptJS/blob/master/docs/helpers/WebDriverIO.md) to learn how to use them.
Let's execute this test with `run` command. Additional option `--steps` will show us the running process. We recommend use `--steps` or `--debug` during development.
Expand Down

0 comments on commit 535c727

Please sign in to comment.