Module: AddToContactsPopUp
- Includes:
- PageObject
- Defined in:
- lib/sakai-oae-test-api/pop_up_dialogs.rb
Overview
Page Objects and Methods related to the Pop Up Dialog for Contacts
Instance Method Summary collapse
-
#invite ⇒ Object
Clicks the Invite button then waits for ajax calls to calm down.
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
#invite ⇒ Object
Clicks the Invite button then waits for ajax calls to calm down.
516 517 518 519 520 |
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 516 def invite self. sleep 0.5 self.wait_for_ajax end |