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 a user wants to assign a new computer to an employee 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 for 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
The text was updated successfully, but these errors were encountered:
Given a user wants to assign a new computer to an employee
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 for
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
The text was updated successfully, but these errors were encountered: