Skip to content

Commit 28fafe0

Browse files
jonogcharlierudolph
authored andcommitted
docs: fix node.js example (#637)
1 parent 95544b6 commit 28fafe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nodejs_example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
4848
module.exports = function () {
4949
this.Given(/^I am on the Cucumber.js GitHub repository$/, function() {
50-
return this.driver.get('https://github.com/cucumber/cucumber-js/tree/cr-readmeExample');
50+
return this.driver.get('https://github.com/cucumber/cucumber-js/tree/master');
5151
});
5252
5353
this.When(/^I click on "([^"]*)"$/, function (text) {

0 commit comments

Comments
 (0)