Skip to content
Merged
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
4 changes: 4 additions & 0 deletions tests/e2e/specs/factory/SshUrlNoOauthPatFactory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ suite(`The SshUrlNoOauthPatFactory userstory ${BASE_TEST_CONSTANTS.TEST_ENVIRONM
suite(`Create workspace from factory:${factoryUrl}`, function (): void {
suiteSetup('Login', async function (): Promise<void> {
await loginTests.loginIntoChe();
await userPreferences.setupGitConfig(
FACTORY_TEST_CONSTANTS.TS_GIT_COMMIT_AUTHOR_NAME,
FACTORY_TEST_CONSTANTS.TS_GIT_COMMIT_AUTHOR_EMAIL
);
await deleteSshKeys();
});
test('Add SSH keys', async function (): Promise<void> {
Expand Down