Challenge: Update an Order
Challenge yourself by writing a test to update an existing work order.
We'll cover the following...
Overview
In this challenge, we will test the workflow used to update an existing work order. The following slides illustrate the process:
Let's look at the slides above in detail:
In slide 1, we click the “Edit” button to access the edit form for the “Educative User” work order.
In slide 2, we update the description and submit the changes.
In ...