Module: AssignmentsPermissionsMethods
- Includes:
- PageObject
- Defined in:
- lib/kuali-sakai-common-lib/assignments.rb
Overview
The Permissions Page in Assignments
Instance Method Summary collapse
-
#save ⇒ Object
Clicks the Save button, then instantiates the AssignmentsList page class.
Instance Method Details
#save ⇒ Object
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.(:value=>"Save").click AssignmentsList.new(@browser) end |