features/step_definitions/frames_steps.rb in page-object-0.2.5 vs features/step_definitions/frames_steps.rb in page-object-0.3.0

- old
+ new

@@ -64,10 +64,10 @@ Given /^I am on the nested frame elements page$/ do @page = NestedFramePage.new(@browser) @page.navigate_to(UrlHelper.nested_frame_elements) end -Then /^I should be able to click the nested link$/ do +Then /^I should be able to click the link in the frame$/ do @page.nested_link @page.text.should include "Success" end