UNPKG

expect-webdriverio

Version:

WebdriverIO Assertion Library

18 lines (17 loc) 434 B
export const DEFAULT_OPTIONS = { wait: 2000, interval: 100, beforeAssertion: async () => { }, afterAssertion: async () => { }, }; export const DEFAULT_OPTIONS_TO_BE_DISPLAYED = { ...DEFAULT_OPTIONS, withinViewport: false, contentVisibilityAuto: true, opacityProperty: true, visibilityProperty: true }; export const defaultOptionsList = [ DEFAULT_OPTIONS, DEFAULT_OPTIONS_TO_BE_DISPLAYED ];