Skip to content

Commit

Permalink
docs: fix node.js example (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonog authored and charlierudolph committed Sep 14, 2016
1 parent 95544b6 commit 28fafe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nodejs_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
module.exports = function () {
this.Given(/^I am on the Cucumber.js GitHub repository$/, function() {
return this.driver.get('https://github.com/cucumber/cucumber-js/tree/cr-readmeExample');
return this.driver.get('https://github.com/cucumber/cucumber-js/tree/master');
});
this.When(/^I click on "([^"]*)"$/, function (text) {
Expand Down

0 comments on commit 28fafe0

Please sign in to comment.