You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given user is viewing the details of an employee When user clicks on the Assign to Training Program link Then a form should be presented in which all eligible* training programs are in a drop down And a button labeled Assign
Given user is viewing the training program assignment form And the user has chosen a training program from the dropdown When user clicks on the Assign button Then the relationships should be created in the database And the user should be redirected back to the employee detail view
The text was updated successfully, but these errors were encountered:
Acceptance Criteria
Given user is viewing the details of an employee
When user clicks on the
Assign to Training Program
linkThen a form should be presented in which all eligible* training programs are in a drop down
And a button labeled
Assign
Given user is viewing the training program assignment form
And the user has chosen a training program from the dropdown
When user clicks on the
Assign
buttonThen the relationships should be created in the database
And the user should be redirected back to the employee detail view
The text was updated successfully, but these errors were encountered: