Skip to content
Snippets Groups Projects
Commit fb88d168 authored by Tasneem Natshah's avatar Tasneem Natshah
Browse files

Issue #3339611: Fix install package google-chrome-stable error after upgrade into 109 (Circle CI)

parent f4c59063
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ const Services = {}; loadServices();
module.exports = {
// An array of folders (excluding subfolders) where your tests are located;
// if this is not specified, the test source must be passed as the second argument to the test runner.
src_folders: ['node_modules/webship-js/tests/step-definitions'],
src_folders: ['tests/step-definitions','node_modules/webship-js/tests/step-definitions'],
// See https://nightwatchjs.org/guide/extending-nightwatch/#writing-custom-commands
custom_commands_path: './node_modules/webship-js/lib/custom-commands',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment