Successfully modified file: /home/Messier82/projects/service-book/app/src/main/java/com/servicebook/ui/TestTags.kt (1 replacements). Here is the updated code: ... const val REPORT_BUG_SUMMARY_FIELD = "report_bug_summary_field" const val REPORT_BUG_DESCRIPTION_FIELD = "report_bug_description_field" const val REPORT_BUG_EMAIL_FIELD = "report_bug_email_field" const val REPORT_BUG_DEVICE_INFO_TOGGLE = "report_bug_device_info_toggle" const val REPORT_BUG_DEVICE_INFO_CARD = "report_bug_device_info_card" const val REPORT_BUG_DEVICE_INFO_DIALOG = "report_bug_device_info_dialog" const val REPORT_BUG_SUBMIT_BUTTON = "report_bug_submit_button" const val REPORT_BUG_LOADING = "report_bug_loading" const val REPORT_BUG_DISCLOSURE = "report_bug_disclosure" const val PRIVACY_LEARN_MORE = "privacy_learn_more" ...