eslint-plugin-wdio
Version:
Eslint rules for WebdriverIO
43 lines (42 loc) • 914 B
text/typescript
export const MATCHERS = [
'toBeChecked',
'toBeClickable',
'toBeDisabled',
'toBeDisplayed',
'toBeDisplayedInViewport',
'toBeElementsArrayOfSize',
'toBeEnabled',
'toBeExisting',
'toBeFocused',
'toBePresent',
'toBeRequested',
'toBeRequestedTimes',
'toBeRequestedWith',
'toBeRequestedWithResponse',
'toBeSelected',
'toExist',
'toHaveAttr',
'toHaveAttribute',
'toHaveAttributeAndValue',
'toHaveChildren',
'toHaveClass',
'toHaveClassContaining',
'toHaveClipboardText',
'toHaveComputedLabel',
'toHaveComputedRole',
'toHaveElementClass',
'toHaveElementProperty',
'toHaveHTML',
'toHaveHeight',
'toHaveHref',
'toHaveId',
'toHaveLink',
'toHaveLocalStorageItem',
'toHaveSize',
'toHaveStyle',
'toHaveText',
'toHaveTitle',
'toHaveUrl',
'toHaveValue',
'toHaveWidth',
]