Test Case #32746
openDeveloper unit test for flight
100%
Files
Updated by Jabeel Roshan P 3 months ago
- % Done changed from 0 to 70
Today, I went through the Hunt test of the flight module and have almost completed it; I have a few more tests to finish
Updated by Jabeel Roshan P 3 months ago
- Due date changed from 01/21/2026 to 01/22/2026
- Status changed from In Progress to Fixed not Tested
- % Done changed from 70 to 100
I have completed the Developer Unit Testing of Flight Module.
Updated by Jabeel Roshan P 2 months ago
Today, the BA raised an issue on the Ticket screen. When tapping the Pay Now button, instead of navigating to the Payment screen, the app directly navigates to the Ticket screen and triggers the Payment Response and TicketPoll API calls.
I compared this behavior with the web, and the same issue is present there as well. This confirms that it is a backend issue, not a frontend issue.
I communicated this to the backend team, and they confirmed that due to the payment gateway (PG) being down, they enabled the Skip Payment option. Because of this, the payment page is being skipped.