features/support/page.rb in page-object-0.8.10 vs features/support/page.rb in page-object-0.9.0

- old
+ new

@@ -17,10 +17,11 @@ text_field(:text_field_index, :index => 0) text_field(:text_field_text, :text => "") text_field(:text_field_value, :value => "") text_field(:text_field_label, :label => "Text Field") text_field(:text_field_title, :title => 'text_field_title') + text_field(:text_field_data_field, :data_field => 'title') text_field(:text_field_class_index, :class => "text_field_class", :index => 0) text_field(:text_field_name_index, :name => "text_field_name", :index => 0) text_area(:text_area_id, :id => "text_area_id") text_area(:text_area_class, :class => "text_area_class") @@ -356,8 +357,10 @@ element(:header_id, :header, :id => 'header_id') element(:footer_id, :footer, :id => 'footer_id') element(:summary_id, :summary, :id => 'summary_id') element(:details_id, :details, :id => 'details_id') + figure(:figure_id, :id => 'figure_id') + svg(:svg_id, :id => 'the_svg') end