Skip to content

Commit 510525d

Browse files
authored
Update factory repo url for airgap cluster in CreateWorkspaceWithExistingNameFromGitUrl test (#23667)
1 parent 5808533 commit 510525d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/specs/miscellaneous/CreateWorkspaceWithExistingNameFromGitUrl.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ suite(`"Start workspace with existed workspace name" test ${BASE_TEST_CONSTANTS.
3636
let firstWorkspaceName: string;
3737
let secondWorkspaceName: string;
3838
const factoryUrl: string = BASE_TEST_CONSTANTS.IS_CLUSTER_DISCONNECTED()
39-
? FACTORY_TEST_CONSTANTS.TS_SELENIUM_AIRGAP_FACTORY_GIT_REPO_URL || 'https://gh.crw-qe.com/test-automation-only/python-hello-world'
39+
? FACTORY_TEST_CONSTANTS.TS_SELENIUM_AIRGAP_FACTORY_GIT_REPO_URL ||
40+
'https://gh.crw-qe.com/test-automation-only/python-hello-world/tree/test'
4041
: FACTORY_TEST_CONSTANTS.TS_SELENIUM_FACTORY_GIT_REPO_URL || 'https://github.com/crw-qe/python-hello-world';
4142

4243
suiteSetup('Login', async function (): Promise<void> {

0 commit comments

Comments
 (0)