cse442-at-ub / project_s23-gofly

project_s23-gobites created by GitHub Classroom
0 stars 1 forks source link

As a travel agent, I want to be able to edit the ticket listings for a specific ticket, so that I can make updates to the availability and pricing of flights. #43

Closed tommyshelby3 closed 1 year ago

tommyshelby3 commented 1 year ago

Acceptance Tests

Test 1 - Create Listing Log in to the airline company's account dashboard. (Link) username: admin password: admin Click on the "Create Listing" button. Enter all the required details such as flight number, departure and arrival times, destination and origin cities, and price. Verify that the listing is saved successfully and displayed on the GoFly search page.

Test 2 - Check new listings Navigate to the GoFly search page. Verify that the new listing created by the airline company is displayed with all the relevant details. Verify that the listing is visible to all GoFly users.

Test 3 - Update current listings Log in to GoFly. (Link) username: admin password: admin Select the existing listing to be updated. Change one or more details such as departure time, destination city, or price. Verify that the updated listing is saved successfully and displayed.

Test 4 - Delete a listing: Log in to GoFly. (Link) username: admin password: admin Select the listing to be deleted. Click on the "Delete" button. Verify that the listing is no longer displayed.

Test 5 - Update destination details: Log in to GoFly. (Link) username: admin password: admin Select the destination to be updated. Change one or more details such as city name, airport code, or country. Verify that the updated destination details are saved successfully and displayed.