Skip to content

Commit ddf0dbb

Browse files
committed
Use localhost because Win Edge block loopback access
1 parent 4a2b183 commit ddf0dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function (grunt) {
1818
concurrency: 10,
1919
maxRetries: 3,
2020
maxPollRetries: 4,
21-
urls: ['http://127.0.0.1:3000/js/tests/index.html?hidepassed'],
21+
urls: ['http://localhost:3000/js/tests/index.html?hidepassed'],
2222
browsers: grunt.file.readYAML('build/sauce_browsers.yml')
2323
}
2424
}

0 commit comments

Comments
 (0)