Closed MaxwellBo closed 2 years ago
Hi @MaxwellBo , part of my job is writhing and debugging Cypress tests. I would love to help you out with this.
Also, it seems that the div[role=combobox] has two children, one is the actual input field that you're filtering for, and another one which is actually a div for the alert that was generated in that field. And Cypress is thinking that this is actually covering up your element. I can fix this, please let me know if I can work on this.
Hi @shyambh! Thanks for taking the time to investigate this!
You're more then welcome to work on this, and it would be a great help! π I've been scratching my head trying fix this specific issue
The current Cypress tests are broken because of https://github.com/MaxwellBo/Muncoordinated-2/commit/343ca53a1f8d8a1f450e4af00734373064afba4e. In my opinion just adding some extra elements to a page shouldn't break how a dropdown works, but it seems like maybe it's obscured from Cypress somehow:
If someone could figure out why they are broken that would be great.