-
Notifications
You must be signed in to change notification settings - Fork 0
net.natura.testcommons.actions.clickOnExpansionPanel
Lucas de Souza da Conceição edited this page Jul 17, 2020
·
1 revision
fun expansionPanelIsExpanded(): ViewAction
Checks if the ExpansionPanel is expanded.
Example usage:
onView(withId(R.id.the_expansionpanel_id)).check(expansionPanelIsExpanded())