features/step_definations/form_steps.rb in druid-ts-1.1.1 vs features/step_definations/form_steps.rb in druid-ts-1.1.2

- old
+ new

@@ -15,5 +15,9 @@ end When(/^I locate a form while the script is executing$/) do @element = @page.form_element(:id => 'form_id') end + +Then(/^I should see that the form exists$/) do + expect(@page.form_id?).to be true +end