Sha256: 938b3ddfe465c4788063ac14f055afc6fbd826f98fb4524f7f912e7e9e55cd03

Contents?: true

Size: 814 Bytes

Versions: 5

Compression:

Stored size: 814 Bytes

Contents

class TestScreen < TestCentricity::ScreenObject
  trait(:page_name)    { 'Basic Test Screen' }
  trait(:page_locator) { { accessibility_id: 'test screen' } }

  elements    element1:    { accessibility_id: 'element 1' }
  buttons     button1:     { accessibility_id: 'button 1' }
  textfields  field1:      { accessibility_id: 'text input 1' }
  checkboxes  check1:      { accessibility_id: 'checkbox 1' }
  labels      label1:      { accessibility_id: 'label 1' }
  images      image1:      { accessibility_id: 'image 1' }
  switches    switch1:     { accessibility_id: 'switch 1' }
  lists       list1:       { accessibility_id: 'list 1' }
  selectlists selectlist1: { accessibility_id: 'selectlist 1' }
  alerts      alert1:      { accessibility_id: 'alert 1' }
  sections    section1:    TestScreenSection
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
testcentricity-3.0.4 spec/fixtures/screen_object.rb
testcentricity-3.0.3 spec/fixtures/screen_object.rb
testcentricity-3.0.2 spec/fixtures/screen_object.rb
testcentricity-3.0.1 spec/fixtures/screen_object.rb
testcentricity-3.0.0 spec/fixtures/screen_object.rb