Kerry McKeever

Results 12 comments of Kerry McKeever

Thanks, @carwei! Right now it's using general Chai assertions to do actual vs expected comparison. I would be open to PRs that investigate a smarter, clearer way to investigate! I...

Under the hood, it’s Chai assertions being executed for each of the `agGridValidateX` commands: https://github.com/kpmck/cypress-ag-grid/blob/master/src/agGrid/agGridValidations.js

Hey @cccs-joel apologies for the delayed response. Please allow me a few days to investigate and I will respond as soon as I am able.

Hey there @cccs-joel apologies again for the delay - it's been a slammed couple of months, but I will be looking into this today!

On investigation, I do not believe I would be able to implement this feature in a meaningful way for this plugin. From what I have read and seen in examples,...

Hi @westonsankey - for grids where the data takes a bit to load, you will need to wait for a cell to render. If you add the following before getting...

Hey @OVO-Josh ! So sorry for the delayed response. I will carve out time this week to take a look and will respond shortly. If you have a working fix,...

@PaulDotmatics if what @JewlsIOB suggested doesn't help, would you happen to have an example of your grid I could look at to observe the behavior, please? If you're able to...

Hi @irene604 , @JewlsIOB , @PaulDotmatics just checking in if anyone has a reproducible solution I can take a look at? Please let me know. If not, I will need...

Hi @BrookyNBS - Are you saying you are not able to successfully wait for a cell to render? We are using Cypress v13 and a newer version of ag-grid-angular, so...