Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm

- name: Install npm dependencies
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (!coverageReportRun) {
test.before(async () => {
geckodriver = await startGeckodriver(1022, 12 * 1000);
session = new webdriver.Builder()
.usingServer('http://localhost:' + geckodriver.port)
.usingServer('http://127.0.0.1:' + geckodriver.port)
.withCapabilities({
'moz:firefoxOptions': {
args: firefoxArgs,
Expand Down
2 changes: 1 addition & 1 deletion test/util/start-geckodriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const startOnPort = (port, timeout) => {
return;
}

getJSON('http://localhost:' + port + '/status')
getJSON('http://127.0.0.1:' + port + '/status')
.then((data) => {
assert(data.value.ready);

Expand Down

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant