Sha256: 289949231fa5f63e615f8a7c83858186003137e089c5dd8a9445e88f5f350db3

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

{
  'in the title' => 'h1, h2, h3',
  'as a movie title in the results' => 'ol.movies h1',
  'in a button' => 'button, input[type=submit]',
  'in the navigation' => 'nav'
}.
each do |within, selector|
  Then /^(.+) #{within}$/ do |step|
    with_scope(selector) do
      Then step
    end
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
report_ui-0.0.1.alpha features/step_definitions/mislav_steps.rb
granular_permissions-0.0.0 features/step_definitions/mislav_steps.rb