Successfully modified file: /home/Messier82/projects/service-book/app/src/main/java/com/servicebook/ui/TestTags.kt (1 replacements). Here is the updated code: ... // Settings const val SETTINGS_CRASH_REPORTING_TOGGLE = "settings_crash_reporting_toggle" const val SETUP_CRASH_REPORTING_TOGGLE = "setup_crash_reporting_toggle" const val CONSENT_DIALOG = "consent_dialog" // Report Bug const val REPORT_BUG_TYPE_BUG = "report_bug_type_bug" const val REPORT_BUG_TYPE_SUGGESTION = "report_bug_type_suggestion" 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_SUBMIT_BUTTON = "report_bug_submit_button" const val REPORT_BUG_LOADING = "report_bug_loading" }