Sha256: ac7f1247beb2bc720741c7c68b6e1be73e1fb6e6260e1e02268a630aa53f54eb
Contents?: true
Size: 287 Bytes
Versions: 37
Compression:
Stored size: 287 Bytes
Contents
Then /I should see "(.*)" in the web view/ do |expected| body.include?(expected) end Given /^I fill in "(.*)" with "(.*)" in the web view$/ do |field, value| fill_in(field, :with => value) end When /I press "(.*)" in the web view/ do |button_name| click_button(button_name) end
Version data entries
37 entries across 37 versions & 2 rubygems