Module: RemoveContactsPopUp
- Includes:
- PageObject
- Defined in:
- lib/sakai-oae-test-api/pop_up_dialogs.rb
Instance Method Summary collapse
-
#remove_contact ⇒ Object
Clicks the Remove contact button and waits for the 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
#remove_contact ⇒ Object
Clicks the Remove contact button and waits for the Ajax calls to complete.
1062 1063 1064 1065 1066 |
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 1062 def remove_contact self. sleep 0.5 self.linger_for_ajax end |