Class: Syllabus

Inherits:
SyllabusBase show all
Defined in:
lib/sambal-cle/page_objects/syllabus.rb

Overview

The topmost page in the Syllabus feature. If there are no syllabus items it will appear differently than if there are.

Instance Method Summary collapse

Methods inherited from SyllabusBase

menu_elements

Methods inherited from BasePage

basic_page_elements, button, damballa, frame_element, link

Instance Method Details

#attachments_listObject



30
31
32
33
34
# File 'lib/sambal-cle/page_objects/syllabus.rb', line 30

def attachments_list
  list = []
  frm.div(:class=>"portletBody").links.each { |link| list << link.text }
  return list
end