Module: SettingsPopUp
- Includes:
- PageObject
- Defined in:
- lib/sakai-oae-test-api/pop_up_dialogs.rb
Overview
The Settings Pop Up dialog for Courses/Groups/Research…
Instance Method Summary collapse
-
#apply_settings ⇒ Object
Clicks the “Apply settings” button and waits for Ajax calls to complete.
Methods included from PageObject
#method_missing, #name_li, #name_link
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class PageObject
Instance Method Details
#apply_settings ⇒ Object
Clicks the “Apply settings” button and waits for Ajax calls to complete.
1231 1232 1233 1234 |
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 1231 def apply_settings self. self.wait_for_ajax end |