switch-component Questions

3

Solved

I have a Switch in a composable: Switch( checked = false, modifier = Modifier.testTag("mySwitch") ) And I'm trying to verify it from a compose unit test: composeTestRule.onAllNodesWith...
1

© 2022 - 2024 — McMap. All rights reserved.