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