export const MATCHERS = [
    'toHaveTitle',
    'toHaveTitleContaining',
    'toHaveUrl',
    'toHaveUrlContaining',
    'toBeClickable',
    'toBeDisabled',
    'toBeDisplayed',
    'toBeDisplayedInViewport',
    'toBeEnabled',
    'toExist',
    'toBeExisting',
    'toBePresent',
    'toBeFocused',
    'toBeSelected',
    'toHaveAttribute',
    'toHaveAttributeContaining',
    'toHaveChildren',
    'toHaveElementClass',
    'toHaveElementClassContaining',
    'toHaveElementProperty',
    'toHaveHref',
    'toHaveHrefContaining',
    'toHaveId',
    'toHaveStyle',
    'toHaveText',
    'toHaveTextContaining',
    'toHaveValue',
    'toHaveValueContaining',
    'toBeElementsArrayOfSize',
    'toBeRequested',
    'toBeRequestedTimes',
    'toBeRequestedWith',
    'toBeRequestedWithResponse'
]
