Sha256: 4dff1e6e8c2d7e26e9ab5b01c890824773fc906f5a04859a918c02549ac8de0c
Contents?: true
Size: 561 Bytes
Versions: 6
Compression:
Stored size: 561 Bytes
Contents
class ClockworkPage include PageObject # Common Page # Identify common links here that will be found on most/all pages # Each Page should inherit from ClockworkPage # Common Header links link(:header_home, :href => "/") # Common Utility Navigation link(:log_in, :href => "/log_in/") # Common Footer Navigation link(:footer_contact_us, :href => "/contact_us/") # Common Social Links link(:social_youtube, :id => "") link(:social_facebook, :id => "") link(:social_twitter, :id => "") link(:social_google_plus, :id => "") end
Version data entries
6 entries across 6 versions & 1 rubygems