We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95544b6 commit 28fafe0Copy full SHA for 28fafe0
docs/nodejs_example.md
@@ -47,7 +47,7 @@
47
48
module.exports = function () {
49
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');
+ return this.driver.get('https://github.com/cucumber/cucumber-js/tree/master');
51
});
52
53
this.When(/^I click on "([^"]*)"$/, function (text) {
0 commit comments