Module: SectionsOptionsMethods

Includes:
PageObject
Defined in:
lib/kuali-sakai-common-lib/sections.rb

Overview

The Options page for Sections.

Instance Method Summary collapse

Instance Method Details

#updateObject



222
223
224
225
# File 'lib/kuali-sakai-common-lib/sections.rb', line 222

def update
  frm().button(:value=>"Update").click
  Sections.new(@browser)
end