Wolox / react-chat-widget

Awesome chat widget for your React App
MIT License
1.47k stars 457 forks source link

[request] add data-testid to elements so that we can find them using react-testing-library #300

Open Level9000 opened 2 years ago

Level9000 commented 2 years ago

having trouble testing this component in our app because it does not utilize the data-testid properties. As a workaround we are using getByClassName but taking advantage of data-testid would make life easier for those using react-testing-library. Overall, we enjoy the component