fix cuke, as canvas-frame is now stream-frame
This commit is contained in:
parent
120c6b46e0
commit
1bcaa5a4bf
1 changed files with 2 additions and 2 deletions
|
|
@ -38,11 +38,11 @@ module PublishingCukeHelpers
|
||||||
end
|
end
|
||||||
|
|
||||||
def frame_numbers_content(position)
|
def frame_numbers_content(position)
|
||||||
find(".canvas-frame:nth-child(#{position}) .content")
|
find(".stream-frame:nth-child(#{position}) .content")
|
||||||
end
|
end
|
||||||
|
|
||||||
def find_frame_by_text(text)
|
def find_frame_by_text(text)
|
||||||
find(".canvas-frame:contains('#{text}')")
|
find(".stream-frame:contains('#{text}')")
|
||||||
end
|
end
|
||||||
|
|
||||||
def stream_element_numbers_content(position)
|
def stream_element_numbers_content(position)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue