react-native-rich-editor
react-native-rich-editor copied to clipboard
TestID Handling in RichTextEditor Component
While testing our application in the Appium automation tool, we encountered a problem when adding a testID to the RichTextEditor component. If there's any value in the initialContentHTML props, the RichTextEditor takes the testID as this initialContentHTML value. If there is no initialContentHTML, the RichTextEditor takes the testID as entered in the testID props. Sometimes, the value of testID is taken from the placeholder value.