Skip to main content

Letter case changes in object names not synced

When renaming an object by changing the letter case, these changes are not reflected in your local file or in the Git repository after committing. As a result, tests may fail with errors such as:

Test object with id '[Object Repository Path]' does not exist

Katalon Studio does not currently support case-sensitive updates. To ensure that changes to the letter case of an object's name are properly synced, use the following workaround:

  1. Rename the object to a temporary name (e.g., from Button_Demo to Untitled). Save and commit the changes to Git.
  2. Rename the object to the desired name with the correct letter case (e.g., from Untitled to button_demo). Save and commit the changes to Git.
    After following the workaround, the object's name will be correctly updated in both the local project files and the Git repository.
Was this page helpful?