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

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_settingsObject

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.apply_settings_button
  self.wait_for_ajax
end