Sha256: 25555a5ee1ee9f16d060bae19c7adff2d15f6c2fc1d4cbfc16678427020727f4

Contents?: true

Size: 769 Bytes

Versions: 5

Compression:

Stored size: 769 Bytes

Contents

class TestPageSection < TestCentricity::PageSection
  trait(:section_locator) { 'div#section' }
  trait(:section_name)    { 'Basic Test Section' }

  elements    element1: 'div#element1'
  buttons     button1:  'button#button1'
  textfields  field1:   'input#field1'
  links       link1:    'a#link1'
  ranges      range1:   'input#range1'
  images      image1:   'img#image1'
  radios      radio1:   'input#radio1'
  checkboxes  check1:   'input#check1'
  filefields  file1:    'input#file1'
  labels      label1:   'label#label1'
  tables      table1:   'table#table1'
  selectlists select1:  'select#select1'
  lists       list1:    'ul#list1'
  videos      video1:   'video#video1'
  audios      audio1:   'audio#audio1'
  sections    section2: TestPageSection
end

Version data entries

5 entries across 5 versions & 1 rubygems

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