diff --git a/scripts/e2e.js b/scripts/e2e.js index 789dc71fb..310e62ddd 100644 --- a/scripts/e2e.js +++ b/scripts/e2e.js @@ -4,7 +4,7 @@ const { spawn, execSync } = require('child_process'); const waitOn = require('wait-on'); const options = { - resources: ['https://localhost:1337/webpack-dev-server'], + resources: ['https://127.0.0.1:1337/webpack-dev-server'], delay: 6000, interval: 3000, // wait for 3 sec validateStatus: function (status) {