Navigation Menu

Skip to content

Commit

Permalink
fix for issue with ERR_ADDRESS_INVALID error in issue handsontable#5558
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmcnair committed Nov 2, 2018
1 parent c57d1c6 commit 748f250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/run-puppeteer.js
Expand Up @@ -81,7 +81,7 @@ const cleanupFactory = (browser, server) => async(exitCode) => {
});

try {
await page.goto(`http://0.0.0.0:${PORT}/${path}`);
await page.goto(`http://localhost:${PORT}/${path}`);
} catch (error) {
/* eslint-disable no-console */
console.log(error);
Expand Down

0 comments on commit 748f250

Please sign in to comment.