Skip to content

Commit 4cbca09

Browse files
benunternaehrerLinusBorg
authored andcommitted
Update runner.js (#1235)
Add correct file reference
1 parent 111dc0d commit 4cbca09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/test/e2e/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ devConfigPromise.then(devConfig => {
2020
.then(() => {
2121
// 2. run the nightwatch test suite against it
2222
// to run in additional browsers:
23-
// 1. add an entry in test/e2e/nightwatch.conf.json under "test_settings"
23+
// 1. add an entry in test/e2e/nightwatch.conf.js under "test_settings"
2424
// 2. add it to the --env flag below
2525
// or override the environment flag, for example: `npm run e2e -- --env chrome,firefox`
2626
// For more information on Nightwatch's config file, see

0 commit comments

Comments
 (0)