-
Notifications
You must be signed in to change notification settings - Fork 1
3. Orders View
Ekaterina Sevashko edited this page Jun 26, 2023
·
13 revisions
Preconditions
- The user is authorized.
- Database is Connected.
- There is at least one order in DB.
- The order consists of at least one operation.
Scenario
- Go to Orders View, Timelines module.
- Filter orders so that only the orders started between [two weeks ago date] and [today date] display.
- Find an order using the search function.
- Click on this order.
- View the completed operations of the order.
- Click on an operation from the order.
- View the information about the operation.
Preconditions
- The user is authorized.
- Database is Connected.
- There is at least one order in DB.
- The order contains at least one operation with a video.
Scenario
- Go to Orders View, Timelines module.
- Click on an operation with a video.
- View the information about the operation.
- Click on the Open Video link.
- Click on the timecode link to go to the start of the operation.
- Download the video.
Preconditions
- The user is authorized.
- Database is Connected.
- There is at least one order in DB.
- The order consists of at least one operation.
Scenario
- Go to Orders View, Timelines module.
- Go to Orders View settings.
- Uncheck the operations you don't want to see.
- Save changes.
- Go to Orders View settings.
- Click on Reset button to undo all changes.
- Save the settings.