I have a button with Link tag and routes to a new url and content onClick, basically calls a function.
I wanted to know if I can test whether the url is changed/new content is displayed post click, but I am not able to do so with 'simulate'. Is it possible to check that using jest/enzyme?