Sha256: 4fd818a1ff33de8866cd36929ef57f492a951f7a7f6e626fdbab8b228dd104fb
Contents?: true
Size: 381 Bytes
Versions: 1
Compression:
Stored size: 381 Bytes
Contents
When(/^I get the first item from the unordered list$/) do @element = @page.ul_id_unordered_list[0] end When(/^I locate the unordered list by "(.*?)"$/) do |how| @list = @page.send "ul_#{how}_unordered_list".to_sym end When(/^I search for the unordered list by "(.*?)" and "(.*?)"$/) do |param1, param2| @list = @page.send "ul_#{param1}_#{param2}_unordered_list".to_sym end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
druid-ts-0.0.1 | features/step_definations/unordered_list_steps.rb |