@progress/kendo-angular-e2e
Version:
Helper package for Kendo UI for Angular e2e tests
12 lines (11 loc) • 512 B
TypeScript
import { ThenableWebDriver } from '@progress/kendo-e2e';
export declare const DELAYS: {
SMALL: number;
SM: number;
MD: number;
LG: number;
};
export declare const getCartesianProduct: (arr: Array<any>) => Array<any>;
export declare const getDecartProduct: (arr: Array<any>) => Array<any>;
export declare const getDescartesProduct: (arr: Array<any>) => Array<any>;
export declare const getA11ySpecViolations: (driver: ThenableWebDriver, excludeErrors?: string[], spec?: any) => Promise<string[]>;