Module: EventFrequencyMethods
- Includes:
- PageObject
- Defined in:
- lib/kuali-sakai-common-lib/calendar.rb
Overview
The page that appears when the Frequency button is clicked on the Add/Edit Event page.
Instance Method Summary collapse
Instance Method Details
#cancel ⇒ Object
330 331 332 333 |
# File 'lib/kuali-sakai-common-lib/calendar.rb', line 330 def cancel frm.(:value=>"Cancel").click AddEditEvent.new(@browser) end |
#save_frequency ⇒ Object
325 326 327 328 |
# File 'lib/kuali-sakai-common-lib/calendar.rb', line 325 def save_frequency frm.(:value=>"Save Frequency").click AddEditEvent.new(@browser) end |