Sha256: 76f36614a040b7e3c046092946322de49281f034ee122519831ce1ddc1e44d15

Contents?: true

Size: 331 Bytes

Versions: 10

Compression:

Stored size: 331 Bytes

Contents

class AboutScreen < BaseAppScreen
  trait(:page_name)    { 'About' }
  trait(:page_locator) { { accessibility_id: 'about screen' } }
  trait(:page_url)     { 'about' }
  trait(:navigator)    { nav_menu.open_about }

  def verify_page_ui
    super
    verify_ui_states(header_label => { visible: true, caption: 'About' })
  end
end

Version data entries

10 entries across 5 versions & 1 rubygems

Version Path
testcentricity-3.0.4 features/support/ios/screens/about_screen.rb
testcentricity-3.0.4 features/support/android/screens/about_screen.rb
testcentricity-3.0.3 features/support/android/screens/about_screen.rb
testcentricity-3.0.3 features/support/ios/screens/about_screen.rb
testcentricity-3.0.2 features/support/ios/screens/about_screen.rb
testcentricity-3.0.2 features/support/android/screens/about_screen.rb
testcentricity-3.0.1 features/support/ios/screens/about_screen.rb
testcentricity-3.0.1 features/support/android/screens/about_screen.rb
testcentricity-3.0.0 features/support/android/screens/about_screen.rb
testcentricity-3.0.0 features/support/ios/screens/about_screen.rb