UNPKG

qe-fe-automation

Version:
6 lines (5 loc) 160 B
export class UtilityIntercept { static interceptBaseApis() { cy.intercept('GET', new RegExp(`/api/v2/user/bookableUsers/`)).as('waitForVisitPage'); } }