features/step_definations/table_steps.rb in druid-ts-1.1.4 vs features/step_definations/table_steps.rb in druid-ts-1.1.5
- old
+ new
@@ -69,5 +69,9 @@
end
Then(/^the data for row "([^"]*)" and column "([^"]*)" should be nil$/) do |row, column|
expect(@element[row][column]).to be_nil
end
+
+When(/^I retrieve a table with thead element$/) do
+ @element = @page.table_with_thead_id_element
+end