Hi. Im contributing to a library that helps pick f...
# compose-desktop
g
Hi. Im contributing to a library that helps pick files https://github.com/Wavesonics/compose-multiplatform-file-picker I want to write UI tests for it. For example, a test like dialogOpensAndFileIsSelected. It will do just that, open dialog, select file and show its path. I don't know how to interact with native file picker dialog. Let's say I have MacOS's file picker, how can I interact with it programmatically so in a test I can assert that file was selected and correct path is displayed?