features/step_definations/checkbox_steps.rb in druid-ts-1.1.1 vs features/step_definations/checkbox_steps.rb in druid-ts-1.1.2
- old
+ new
@@ -31,5 +31,9 @@
end
When(/^I select the first check box while the script is executing$/) do
@page.checkbox_element(:id => "cb_id").check
end
+
+Then(/^I should see that the checkbox exists$/) do
+ expect(@page.cb_id?).to be true
+end