Skip to content

Commit

Permalink
Update ag-grid-data.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kpmck committed Dec 22, 2024
1 parent 4a04d15 commit 35173eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/ag-grid-data.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ describe("ag-grid get data scenarios", () => {
{ Year: "2020", Make: "BMW", Model: "2002", Condition: "excellent", Price: "88001" }
]

cy.get('.ag-picker-field-display').eq(0).type('{downArrow}{downArrow}{downArrow}{enter}')

cy.get(agGridSelector).agGridColumnFilterTextMenu({
searchCriteria: {
columnName: "Price",
Expand Down

0 comments on commit 35173eb

Please sign in to comment.