Skip to content

Commit

Permalink
Merge branch 'develop' into feature/TextArea_FC
Browse files Browse the repository at this point in the history
  • Loading branch information
vik753 committed Apr 1, 2024
2 parents 1b316c9 + 3d08250 commit 5685325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uui-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui-e2e-tests",
"version": "5.6.1",
"version": "5.7.1",
"description": "",
"author": "EPAM",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion uui-e2e-tests/scripts/envFileUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'node:path';
import { readEnvParams } from './cliUtils';
import { ENV_FILES, HOST_IP_PH } from './constants';

const { isCi, UUI_DOCKER_HOST_MACHINE_IP } = readEnvParams();
const { isCi, UUI_DOCKER_HOST_MACHINE_IP = 'localhost' } = readEnvParams();

const envFileName = isCi ? ENV_FILES.CI : ENV_FILES.LOCAL;

Expand Down

0 comments on commit 5685325

Please sign in to comment.