Class: EditSiteInfo

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

Overview

Page that appears when you’ve clicked a Site ID in the Sites section of the Administration Workspace.

Instance Method Summary collapse

Methods included from FCKEditor

#enter_source_text, #entity_picker, #get_source_text, #prepend, #select_all, #source, #source_field

Methods inherited from BasePage

basic_page_elements, button, damballa, frame_element, link

Instance Method Details

#description=(text) ⇒ Object

Enters the specified text string in the text area of the FCKEditor.



58
59
60
# File 'lib/sambal-cle/page_objects/sites.rb', line 58

def description=(text)
  editor.frame(:index=>0).send_keys(text)
end