Searched refs:NEGATIVE_BUTTON (Results 1 – 1 of 1) sorted by relevance
78 fun clickNegativeButton() = click(NEGATIVE_BUTTON, "Negative button") in waitUntilPositiveButtonIsEnabledAndClick()140 private val NEGATIVE_BUTTON = By.copy(CLICKABLE_BUTTON).res(PACKAGE_NAME, "btn_negative") in click() constant