qe-fe-automation
Version:
FE test automation framework using cypress
6 lines (5 loc) • 344 B
text/typescript
export enum HotelSearchClient {
location = 'api/user/autocomplete/place?input={placeInput}&includeFavoriteHotels=true&addLocation=true',
search = 'api/v1/trip/hotel/searches',
hotelPaymentMethod = 'api/v2/user/paymentMethods?type=HOTEL&personal=false&forGuestInvitation=false&tripInvitationUuid=&contractUuid={contractId}&bookingUuid='
}