I'm writing a Cypress test, and want to test a few conditions on our react-dates DayPickerSingleDateController.
I was thinking the clearest way would be to somehow add cy-data attributes to each date element so that I can then script the clicking of various dates etc, but I've not been able to work out from the documentation or source if this is supported in react-dates, and if it is, how to accomplish it.
Perhaps I'm approaching it from the wrong angle!
Thanks