Skip to content

Commit

Permalink
Update localhost address for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac committed Mar 28, 2024
1 parent bd56585 commit 49b469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 49b469b

Please sign in to comment.