How can I remove CSS properties on client side using TestCafe on a React build?
Currently I'm working for a client where polylines are drawn, but I am not able to compare DOM results to the original because of the following style attribute transform: matrix(1.4043, 0, 0, 1.4043, 40.5, 0);, which scales the DOM elements.
I'm not able to find any solution so my question is: how can I remove this style attribute?
Thanks in advance!