features/support/page.rb in druid-ts-1.2.4 vs features/support/page.rb in druid-ts-1.2.5
- old
+ new
@@ -122,9 +122,11 @@
table(:table_name, :name => 'table_name')
table(:table_with_thead_id, :id => 'table_with_thead_id')
table(:table_css, :css => '.table_class')
table(:table_class_index, :class => "table_class", :index => 0)
table(:table_name_index, :name => "table_name", :index => 0)
+ table(:table_with_regex, :id => 'table_with_regex')
+
cell(:cell_id, :id => 'cell_id')
cell(:cell_class, :class => 'cell_class')
cell(:cell_index, :index => 3)
cell(:cell_xpath, :xpath => '//table//tr[2]//td[2]')