compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

Support registerIdlingResource in DesktopComposeTestRule

Open igordmn opened this issue 4 years ago • 1 comments

It is not implemented now (1.0.0-alpha3):

    override fun registerIdlingResource(idlingResource: IdlingResource) {
        // TODO: implement
    }

    override fun unregisterIdlingResource(idlingResource: IdlingResource) {
        // TODO: implement
    }

igordmn avatar Aug 30 '21 14:08 igordmn

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

okushnikov avatar Aug 26 '24 17:08 okushnikov