Solution: Order Workflow
Review the solution to writing a test to complete the entire work order flow.
We'll cover the following...
We'll cover the following...
Challenge solution
Let's review the code for the challenge exercise.
Order details page object
The solution for the orderDetails.page.js is provided below
Let's explain the code above:
In line 5, we select a
buttonelement with the text “Delete” and execute theclick...