I am trying to add commonTest UTs for compose UI which uses shared elements, but it's getting stuck when when run on desktop target.
This is happening in commonTest Desktop run, if the same TC is run in androidInstrumentation test then it runs fine.
If there is no usage of
sharedEleemnt
modifier then also it runs fine
Is this some known issue? or are there some extra steps needed to run this in commonTest UT?
This is not a known issue. I took a look at the test, seems like the shared element transition isn't even active in the test. But since it only hangs on desktop, it's most likely specific to the desktop test framework.