Sha256: 026e17326b5f0452c99b0be65cc9d5bb075dd7454bc3a260552ead9d9840ce82

Contents?: true

Size: 278 Bytes

Versions: 7

Compression:

Stored size: 278 Bytes

Contents

When(/^I get the italic text for the "([^"]*)" element$/) do |el|
  @i = @page.send "#{el}_id"
end

Then(/^I should see "([^"]*)" in italic$/) do |text|
  expect(@i).to eq text
end

When(/^I search italic text for the i by "([^"]*)"$/) do |how|
  @i = @page.send "i_#{how}"
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
druid-s-1.0.0 features/step_definations/italic_steps.rb
druid-ts-1.2.6 features/step_definations/italic_steps.rb
druid-ts-1.2.5 features/step_definations/italic_steps.rb
druid-ts-1.2.4 features/step_definations/italic_steps.rb
druid-ts-1.2.3 features/step_definations/italic_steps.rb
druid-ts-1.2.2 features/step_definations/italic_steps.rb
druid-ts-1.2.1 features/step_definations/italic_steps.rb