Sha256: 2b3cb911e11501dc974c388a1b92e3adb4f0cb83f9a94a17ec03365d916970ad

Contents?: true

Size: 422 Bytes

Versions: 5

Compression:

Stored size: 422 Bytes

Contents

module SharedWebViewScreen
  def verify_page_ui
    super
    ui = {
      header_label      => { visible: true, caption: 'Webview' },
      url_label         => { visible: true, caption: 'URL' },
      url_field         => { visible: true, enabled: true, placeholder: 'https://www.website.com' },
      go_to_site_button => { visible: true, enabled: true, caption: 'Go To Site' }
    }
    verify_ui_states(ui)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
testcentricity-3.0.4 features/support/shared_components/screens/webview_screen.rb
testcentricity-3.0.3 features/support/shared_components/screens/webview_screen.rb
testcentricity-3.0.2 features/support/shared_components/screens/webview_screen.rb
testcentricity-3.0.1 features/support/shared_components/screens/webview_screen.rb
testcentricity-3.0.0 features/support/shared_components/screens/webview_screen.rb