Class: SharePortfolio

Inherits:
BasePage
  • Object
show all
Defined in:
lib/sambal-cle/page_objects/portfolios.rb

Instance Method Summary collapse

Methods inherited from BasePage

basic_page_elements, frame_element

Instance Method Details

#click_here_to_share_with_othersObject



140
141
142
143
# File 'lib/sambal-cle/page_objects/portfolios.rb', line 140

def click_here_to_share_with_others
  frm.link(:text=>"Click here to share with others").click
  AddPeopleToShare.new(@browser)
end

#summaryObject



145
146
147
148
# File 'lib/sambal-cle/page_objects/portfolios.rb', line 145

def summary
  frm.link(:text=>"Summary").click
  EditPortfolio.new @browser
end