Hello team, I have some questions regarding the Mo...
# compose
e
Hello team, I have some questions regarding the ModalBottomSheet with the UI test. When I popup the Modal Bottom Sheet and it's overlayed the Screen, I can still do both
assertIsDisplayed()
and
performClick()
on the item in the Screen that underneath the Modal. Is this an intention? My case is that, sometimes we accidentally performClick/assertDisplayed on the item underneath the Modal and it navigates us to the wrong place which make the test step incorrectly. Is there a way I can block that?