Given a user is viewing the employee list
When the user clicks on an individual employee
Then the user should be shown a detail view of that employee, and it must contain the following information
First name and last name
Department
Currently assigned computer
Training programs they have attended, or plan on attending
Acceptance Criteria
Given a user is viewing the employee list When the user clicks on an individual employee Then the user should be shown a detail view of that employee, and it must contain the following information