Hi,
I try to write regression tests for my ArcGIS Pro code. Some code contains EditOperation object functionality.
My code for ArcGIS Pro add-in works fine, but when I run the same code with same input data from unit test EditOperation ExecuteAsync return false.
Is it impossible to write test for EditOperation or there is some magic to do that?