Module: SaveContentPopUp

Includes:
PageObject
Defined in:
lib/sakai-oae-test-api/pop_up_dialogs.rb

Overview

Methods related to the Save Content 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

#addObject

Clicks the Add button and waits for Ajax calls to finish



1086
1087
1088
1089
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 1086

def add
  self.add_button
  self.linger_for_ajax
end

#cancelObject

Clicks the Cancel button and waits for Ajax calls to finish



1092
1093
1094
1095
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 1092

def cancel
  self.cancel_button
  self.linger_for_ajax
end