Skip to content

Commit

Permalink
Fix e2e test setup
Browse files Browse the repository at this point in the history
Now they run and the lone test is correctly failing.
See lathonez/clicker#205
  • Loading branch information
panozzaj committed Nov 13, 2017
1 parent 7e52fac commit 2a7ee95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://github.com/angular/protractor/blob/master/docs/referenceConf.js

/*global jasmine */
var SpecReporter = require('jasmine-spec-reporter');
let SpecReporter = require('jasmine-spec-reporter').SpecReporter;

exports.config = {
allScriptsTimeout: 11000,
Expand Down

0 comments on commit 2a7ee95

Please sign in to comment.