Sha256: 1a809e16df37767b0948c206f64514d7818fd3951b492aeb00778a0b0223099a
Contents?: true
Size: 523 Bytes
Versions: 2
Compression:
Stored size: 523 Bytes
Contents
class BiometricsScreen < BaseAppScreen trait(:page_name) { 'Biometrics' } trait(:page_locator) { { accessibility_id: 'biometrics screen' } } trait(:navigator) { nav_menu.open_biometrics } # Biometrics screen UI elements switch :fingerprint_switch, { accessibility_id: 'biometrics switch'} def verify_page_ui super ui = { header_label => { visible: true, caption: 'FingerPrint' }, fingerprint_switch => { visible: true, enabled: false } } verify_ui_states(ui) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
testcentricity-3.0.4 | features/support/android/screens/biometrics_screen.rb |
testcentricity-3.0.3 | features/support/android/screens/biometrics_screen.rb |