Sha256: a2a3cecc252e4eebdd9e346011f2572c208c63341ec15de3f25f1f37fc3706da

Contents?: true

Size: 380 Bytes

Versions: 5

Compression:

Stored size: 380 Bytes

Contents

When(/^I get the text from the article$/) do
  @text = @page.article_id
end

When(/^I get the text from the header$/) do
  @text = @page.header_id
end

When(/^I get the text from the footer$/) do
  @text = @page.footer_id
end

When(/^I get the text from the summary$/) do
  @text = @page.summary_id
end

When(/^I get the text from the details$/) do
  @text = @page.details_id
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
druid-ts-1.1.7 features/step_definations/generic_element_steps.rb
druid-ts-1.1.6 features/step_definations/generic_element_steps.rb
druid-ts-1.1.5 features/step_definations/generic_element_steps.rb
druid-ts-1.1.4 features/step_definations/generic_element_steps.rb
druid-ts-1.1.3 features/step_definations/generic_element_steps.rb