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

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_permissionsObject

Clicks the “Apply permissions” button



1005
1006
1007
1008
1009
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 1005

def apply_permissions
  self.apply_permissions_button
  sleep 0.3
  #wait_for_ajax(2)
end

#cancelObject

Clicks the “Cancel” button



1012
1013
1014
1015
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 1012

def cancel
  self.cancel_button
  self.linger_for_ajax(2)
end