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

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

#inviteObject

Clicks the Invite button then waits for ajax calls to calm down.



515
516
517
518
519
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 515

def invite
  self.invite_button
  sleep 0.5
  self.wait_for_ajax
end