We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715b209 commit 367d6b6Copy full SHA for 367d6b6
tests/e2e/specs/factory/SshUrlNoOauthPatFactory.spec.ts
@@ -76,6 +76,10 @@ suite(`The SshUrlNoOauthPatFactory userstory ${BASE_TEST_CONSTANTS.TEST_ENVIRONM
76
suite(`Create workspace from factory:${factoryUrl}`, function (): void {
77
suiteSetup('Login', async function (): Promise<void> {
78
await loginTests.loginIntoChe();
79
+ await userPreferences.setupGitConfig(
80
+ FACTORY_TEST_CONSTANTS.TS_GIT_COMMIT_AUTHOR_NAME,
81
+ FACTORY_TEST_CONSTANTS.TS_GIT_COMMIT_AUTHOR_EMAIL
82
+ );
83
await deleteSshKeys();
84
});
85
test('Add SSH keys', async function (): Promise<void> {
0 commit comments