-
Task
-
Resolution: Done
-
Minor
-
3.26.0.GA
-
False
-
-
False
-
-
The setupGitConfig method in UserPreferences.ts was failing when the git config (username and email) was already set to the same values that the test was trying to configure.
When the fields already contain the correct values:
- Entering the same data doesn't trigger any change
- The Save button remains disabled (no changes detected)
- clickOnGitConfigSaveButton() fails because the button is not active