UNPKG

qe-fe-automation

Version:
9 lines (7 loc) 387 B
import { RentalCarUtility, amadeusRentalCarParams } from '@rentalcar-modal/index'; describe.skip('Rental Car: Cancel Booking', () => { it('C8010730: User can cancel a booking with same drop off location', { tags: ['@tier1'] }, () => { RentalCarUtility.prepareAmadeusCompanyAndUserCreations(); RentalCarUtility.rentalCarCancelBookingWorkflow(amadeusRentalCarParams); }); });