Sha256: 72a6bfce765d5ba20d911a77e9e3f3eab462237e6fbeca2b2e8bfbe490aecae5

Contents?: true

Size: 203 Bytes

Versions: 41

Compression:

Stored size: 203 Bytes

Contents

When /^I click the (\d+)(?:st|nd|rd|th) link of the (\d+)(?:st|nd|rd|th) row$/ do |link_position, row_position|
  within(:row, row_position.to_i) { find(:xpath, ".//a[#{link_position.to_i}]").click }
end

Version data entries

41 entries across 21 versions & 1 rubygems

Version Path
voluntary-0.7.1 lib/generators/voluntary/product_dummy/templates/features/step_definitions/navigation_steps.rb
voluntary-0.7.1 lib/generators/voluntary/install/templates/features/step_definitions/navigation_steps.rb
voluntary-0.7.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/navigation_steps.rb
voluntary-0.7.0 lib/generators/voluntary/install/templates/features/step_definitions/navigation_steps.rb
voluntary-0.6.0 lib/generators/voluntary/install/templates/features/step_definitions/navigation_steps.rb
voluntary-0.6.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/navigation_steps.rb
voluntary-0.5.2 lib/generators/voluntary/install/templates/features/step_definitions/navigation_steps.rb
voluntary-0.5.2 lib/generators/voluntary/product_dummy/templates/features/step_definitions/navigation_steps.rb
voluntary-0.5.1 lib/generators/voluntary/product_dummy/templates/features/step_definitions/navigation_steps.rb
voluntary-0.5.1 lib/generators/voluntary/install/templates/features/step_definitions/navigation_steps.rb
voluntary-0.5.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/navigation_steps.rb
voluntary-0.5.0 lib/generators/voluntary/install/templates/features/step_definitions/navigation_steps.rb
voluntary-0.4.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/navigation_steps.rb
voluntary-0.4.0 lib/generators/voluntary/install/templates/features/step_definitions/navigation_steps.rb
voluntary-0.3.0 lib/generators/voluntary/install/templates/features/step_definitions/navigation_steps.rb
voluntary-0.3.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/navigation_steps.rb
voluntary-0.2.4 lib/generators/voluntary/install/templates/features/step_definitions/navigation_steps.rb
voluntary-0.2.4 lib/generators/voluntary/product_dummy/templates/features/step_definitions/navigation_steps.rb
voluntary-0.2.3 lib/generators/voluntary/install/templates/features/step_definitions/navigation_steps.rb
voluntary-0.2.3 lib/generators/voluntary/product_dummy/templates/features/step_definitions/navigation_steps.rb