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...
Flatware asked 18/8, 2022 at 0:13
1
© 2022 - 2024 — McMap. All rights reserved.