Module: PermissionsPopUp
- Includes:
- PageObject
- Defined in:
- lib/sakai-oae-test-api/pop_up_dialogs.rb
Overview
Objects and Methods for the Area Permissions Pop Up dialog
Instance Method Summary collapse
-
#apply_permissions ⇒ Object
Clicks the “Apply permissions” button.
-
#cancel ⇒ Object
Clicks the “Cancel” button.
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_permissions ⇒ Object
Clicks the “Apply permissions” button
1006 1007 1008 1009 1010 |
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 1006 def self. sleep 0.3 #wait_for_ajax(2) end |
#cancel ⇒ Object
Clicks the “Cancel” button
1013 1014 1015 1016 |
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 1013 def cancel self. self.linger_for_ajax(2) end |