Sha256: 71a84723da888024dc576b8ed35d4c727a935b2bf937ddaa3a062ee206ef0d1f
Contents?: true
Size: 290 Bytes
Versions: 6
Compression:
Stored size: 290 Bytes
Contents
Then /^the "([^"]*)" field should contain the "([^"]*)" brand id$/ do |field, name| brand = Brand.where(:name => name).first Then %{the "#{field}" field should contain "#{brand.id}"} end And /^I send (.*) to "(.*)"$/ do |key, element| find_field(element).native.send_keys(key) end
Version data entries
6 entries across 6 versions & 1 rubygems