Class: ViewForumThread

Inherits:
BasePage
  • Object
show all
Defined in:
lib/sambal-cle/page_objects/forums.rb

Instance Method Summary collapse

Methods inherited from BasePage

basic_page_elements, button, damballa, frame_element, link

Instance Method Details

#reply_to_message(index) ⇒ Object

ComposeForumMessage TODO: Figure out a better way to do this…



109
110
111
# File 'lib/sambal-cle/page_objects/forums.rb', line 109

def reply_to_message(index)
  frm.link(:text=>"Reply", :index=>(index.to_i - 1)).click
end