Skip to content

Commit

Permalink
Use localhost because Win Edge block loopback access
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Jun 14, 2017
1 parent 4a2b183 commit ddf0dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function (grunt) {
concurrency: 10,
maxRetries: 3,
maxPollRetries: 4,
urls: ['http://127.0.0.1:3000/js/tests/index.html?hidepassed'],
urls: ['http://localhost:3000/js/tests/index.html?hidepassed'],
browsers: grunt.file.readYAML('build/sauce_browsers.yml')
}
}
Expand Down

0 comments on commit ddf0dbb

Please sign in to comment.