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

- old
+ new

@@ -3,9 +3,10 @@ trait(:page_name) { 'Base App Screen' } # Base App screen UI elements label :header_label, { accessibility_id: 'container header' } + alert :alert_modal, { class: 'XCUIElementTypeAlert' } sections nav_bar: NavBar, nav_menu: NavMenu def verify_page_ui nav_bar.verify_ui