Sha256: 20995be6a69d1180e94fda2e2381b86c9668215d36de46a9658a9d3cd63b2e83

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 Bytes

Contents

Given /^the textfield has the value "(.*?)"$/ do |value|
  @page.text_field_fill_with(value)
  @value == value
end

When /^I ask for the "(.*?)" of it element$/ do |att|
  @text_value == @page.text_field_get(att)
end

Then /^I should see the value of it$/ do
  @text_value.should == @value 
  @page.close
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cello-0.0.17 features/step_definitions/html_attributes.rb
cello-0.0.16 features/step_definitions/html_attributes.rb