react-native-rich-editor icon indicating copy to clipboard operation
react-native-rich-editor copied to clipboard

TestID Handling in RichTextEditor Component

Open SubinGeorge2000 opened this issue 10 months ago • 0 comments

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.

SubinGeorge2000 avatar Mar 27 '24 13:03 SubinGeorge2000