Class: CourseSiteInfo
- Includes:
- FCKEditor
- Defined in:
- lib/sambal-cle/page_objects/site_setup.rb
Overview
The Course Site Information page that appears when creating a new Site immediately after the Course/Section Information page
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
529 530 531 |
# File 'lib/sambal-cle/page_objects/site_setup.rb', line 529 def description=(text) editor.td(:id, "xEditingArea").frame(:index=>0).send_keys text end |