Class: Groups
- Inherits:
-
SiteSetupBase
- Object
- PageMaker
- BasePage
- SiteSetupBase
- Groups
- Defined in:
- lib/sakai-cle-test-api/page_objects/site_setup.rb
Overview
Groups page inside the Site Editor
Instance Method Summary collapse
-
#create_new_group ⇒ Object
Clicks the Create New Group link and instantiates the CreateNewGroup Class.
Methods inherited from SiteSetupBase
Methods inherited from BasePage
basic_page_elements, frame_element
Methods inherited from PageMaker
element, expected_element, expected_title, #initialize, #method_missing, page_url
Constructor Details
This class inherits a constructor from PageMaker
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class PageMaker
Instance Method Details
#create_new_group ⇒ Object
Clicks the Create New Group link and instantiates the CreateNewGroup Class.
148 149 150 151 152 |
# File 'lib/sakai-cle-test-api/page_objects/site_setup.rb', line 148 def create_new_group create_new_group_link_element.wait_until_present create_new_group_link CreateNewGroup.new(@browser) end |