From 8320c8a22cba6331b346fa1144d74ef9ce91e75a Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Wed, 3 Jul 2024 14:05:23 +0200 Subject: [PATCH] Update wait on host value. --- scripts/e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {