features/support/android/screens/base_app_screen.rb in testcentricity-3.0.2 vs features/support/android/screens/base_app_screen.rb in testcentricity-3.0.3

- old
+ new

@@ -6,9 +6,11 @@ # Base App screen UI elements buttons menu_button: { accessibility_id: 'open menu' }, cart_button: { accessibility_id: 'cart badge' } labels header_label: { xpath: '//android.view.ViewGroup[@content-desc="container header"]/android.widget.TextView' }, cart_quantity: { xpath: '//android.view.ViewGroup[@content-desc="cart badge"]/android.widget.TextView' } + alerts grant_modal: { id: 'com.android.permissioncontroller:id/grant_dialog' }, + alert_modal: { id: 'android:id/parentPanel' } section :nav_menu, NavMenu def verify_page_ui ui = { menu_button => { visible: true, enabled: true },