From 1bcaa5a4bf90cf690ebe7fd16a06d5575e904709 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 22 May 2012 22:54:22 -0700 Subject: [PATCH] fix cuke, as canvas-frame is now stream-frame --- features/support/publishing_cuke_helpers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/support/publishing_cuke_helpers.rb b/features/support/publishing_cuke_helpers.rb index 94e464c64..6bfa7a290 100644 --- a/features/support/publishing_cuke_helpers.rb +++ b/features/support/publishing_cuke_helpers.rb @@ -38,11 +38,11 @@ module PublishingCukeHelpers end def frame_numbers_content(position) - find(".canvas-frame:nth-child(#{position}) .content") + find(".stream-frame:nth-child(#{position}) .content") end def find_frame_by_text(text) - find(".canvas-frame:contains('#{text}')") + find(".stream-frame:contains('#{text}')") end def stream_element_numbers_content(position)