Module: FilesAndDocsPopUp
- Includes:
- PageObject
- Defined in:
- lib/sakai-oae-test-api/pop_up_dialogs.rb
Instance Method Summary collapse
-
#dont_add ⇒ Object
Clicks the “Don’t add” button, then waits for any Ajax calls to complete.
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_add ⇒ Object
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. self.wait_for_ajax end |