| 1 | == Actors == |
| 2 | * **Everyone** |
| 3 | |
| 4 | == Steps == |
| 5 | 1. (Optional) The user logs into the system. |
| 6 | 2. The user selects the ‘From destination’ input and enters a location. |
| 7 | 3. The user selects the ‘To destination’ input and enters a location. |
| 8 | 4. The user clicks on the ‘Search’ button. |
| 9 | 4.1. If trips matching the selected destinations exist, they are displayed and can be reviewed. |
| 10 | 4.2. If no trips match the search criteria, the user is notified. |
| 11 | 5. The user clicks on a trip they want to buy a ticket for. |
| 12 | 6. The user selects the number of tickets they want to buy. |
| 13 | 7. The user enters their credit card credentials. |
| 14 | 8. The user clicks on the ‘Buy Ticket’ button. |
| 15 | 9. A confirmation is sent if the payment is successful. |