Module: AssignmentsPermissionsMethods

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

Overview

The Permissions Page in Assignments

Instance Method Summary collapse

Instance Method Details

#saveObject

Clicks the Save button, then instantiates the AssignmentsList page class.



310
311
312
313
# File 'lib/kuali-sakai-common-lib/assignments.rb', line 310

def save
  frm.button(:value=>"Save").click
  AssignmentsList.new(@browser)
end