Manipulating clipboard data for debugging
Hi,
I am currently unit testing one of my stories and see that you can make edits to the clipboard data and found that it would be faster this way than to test E2E. So I added a few more items to a pagelist and hit Save then ran my activity that will refer to this pagelist. However when I check the Tracer tool, I see that the case is still referring to the original data and does not include the items I added onto the clipboard. Can anyone assist me with this?
Thanks