Skip to content

Commit

Permalink
chore: revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Åström committed Aug 15, 2019
1 parent 436c5e3 commit 2b7ff10
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/protractor/aw.config.multi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ module.exports = function initConfig() {
},
},
],
specs: [
path.relative(
process.cwd(),
path.resolve(__dirname, 'test/hello.spec.js'),
),
],
specs: [path.resolve(__dirname, 'test/hello.spec.js')],
artifactsPath: 'test/__artifacts__',
// Protractor mochaOpts
mochaOpts: {
Expand Down

0 comments on commit 2b7ff10

Please sign in to comment.