diff --git a/cypress/support/commands/request.commands.ts b/cypress/support/commands/request.commands.ts index 1c000f5..7b1f7c6 100644 --- a/cypress/support/commands/request.commands.ts +++ b/cypress/support/commands/request.commands.ts @@ -28,7 +28,7 @@ const getBookingIds = (qs?: { lastname?: string; checkin?: string; checkout?: string; -}): Cypress.Chainable>> => { +}): Cypress.Chainable>> => { return cy.request({ method: 'GET', url: '/booking',