Given a user wants to purchase a new computer for the company
And assign the computer to an employee at the same time
When the user clicks on the create computer affordance
Then the creation form should include an affordance that lists all employees
Given the user is viewing the computer creation form
When the user fills out all properties for the computer
And has chosen an employee
Then the user should be redirected back to the list of computers
Given the user has created a new computer
When the user is redirected to the computer list
Then the currently assigned employee's full name should be displayed in the list
Given a user wants to purchase a new computer for the company And assign the computer to an employee at the same time When the user clicks on the create computer affordance Then the creation form should include an affordance that lists all employees
Given the user is viewing the computer creation form When the user fills out all properties for the computer And has chosen an employee Then the user should be redirected back to the list of computers
Given the user has created a new computer When the user is redirected to the computer list Then the currently assigned employee's full name should be displayed in the list