UNPKG

cypress-ag-grid

Version:

Cypress plugin to interact with ag grid

16 lines (15 loc) 414 B
export const filterOperator = { contains: "Contains", notContains: "Does not contain", equals: "Equals", notEquals: "Does not equal", startsWith: "Begins with", endsWith: "Ends with", lessThan: "Less than", lessThanOrEquals: "Less than or equal to", greaterThan: "Greater than", greaterThanOrEquals: "Greater than or equal to", inRange: "Between", blank: "Blank", notBlank: "Not blank" }