Module: FilesAndDocsPopUp

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

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

#dont_addObject

Clicks the “Don’t add” button, then waits for any Ajax calls to complete



748
749
750
751
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 748

def dont_add
  self.dont_add_button
  self.wait_for_ajax
end