Sha256: 8fe0aa13a3a5790280d969a14c017426b0ebfb0e1a6ef1800e5e49e05337a803

Contents?: true

Size: 275 Bytes

Versions: 8

Compression:

Stored size: 275 Bytes

Contents

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

Then(/^I should see "([^"]*)" in bold$/) do |text|
  expect(@b).to eql text
end

When(/^I search bold text for the b by "([^"]*)"$/) do |type|
  @b = @page.send "b_#{type}"
end

Version data entries

8 entries across 8 versions & 2 rubygems

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