Module: GoogleMapsPopUp

Includes:
PageObject
Defined in:
lib/sakai-oae-test-api/pop_up_dialogs.rb

Overview

Page Objects and Methods related to the Pop Up that appears for modifying the settings for the Google Maps Widget.

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

#searchObject

Clicks the “Search” button, then waits for 2.5 seconds.



783
784
785
786
# File 'lib/sakai-oae-test-api/pop_up_dialogs.rb', line 783

def search
  self.search_button
  sleep 2.5
end