Challenge: Update an Order
Explore how to write a test case using WebdriverIO to update a work order in a React application. Understand creating, viewing, editing, and verifying order details through a practical challenge that uses the Page Object Model to support efficient test design.
We'll cover the following...
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 ...