Kendo React Grid Sort Testing
I am using Kendo React Grid with its sorting functionality. I would like to test if the sorting is done correctly. Currently this is how I am doing it: 1) i have a userevent.click(Header) then i wait for my smallest value to be in the first row. Is there an easier way without having to check my data for the smallest value ?