fix cuke, as canvas-frame is now stream-frame

This commit is contained in:
Maxwell Salzberg 2012-05-22 22:54:22 -07:00
parent 120c6b46e0
commit 1bcaa5a4bf

View file

@ -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)