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
-
#add ⇒ Object
Clicks the Add button and waits for Ajax calls to finish.
-
#cancel ⇒ Object
Clicks the Cancel button and waits for Ajax calls to finish.
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
#add ⇒ Object
Clicks the Add button and waits for Ajax calls to finish
1087 1088 1089 1090 |
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 1087 def add self. self.linger_for_ajax end |
#cancel ⇒ Object
Clicks the Cancel button and waits for Ajax calls to finish
1093 1094 1095 1096 |
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 1093 def cancel self. self.linger_for_ajax end |