UNPKG

eslint-plugin-wdio

Version:
43 lines (42 loc) 914 B
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', ]