You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: