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

Version Path
redcar-0.13 plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.13.5dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.13.4dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.13.3dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.13.2dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.13.1dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-0.12.1 plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.13.0dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-0.12 plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.12.27dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.12.26dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.12.25dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.12.24dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.12.23dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.12.22dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.12.21dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.12.20dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.12.19dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.12.18dev plugins/html_view/features/step_definitions/web_view_steps.rb
redcar-dev-0.12.17dev plugins/html_view/features/step_definitions/web_view_steps.rb