Thank you sir! And for the details too!
I'm out of league here !
I never used Cypress! And i don't have an idea on how it works!
I come to check and have a look! I don't know well how it works under the hood! Doesn't it take the real dom! And manage at that level!
There is those many threads on github
https://github.com/cypress-io/cypress/issues/2267
https://github.com/cypress-io/cypress/issues/4346
https://github.com/cypress-io/cypress/issues/4935
https://github.com/cypress-io/cypress/issues/2245
https://github.com/cypress-io/cypress/issues/4373
I don't have time to investigate too deeply by now!
But here some lines that may helps
What version you are running As by the last link ! Running the latest version may solve it (not sure of course)
I don't know about the parameters ! But what about using { force: true } ! Is it ok! Or the actionability waiting is of matter!
You can wrap on a div! And set an event on it!
And of course you'll need to insure the style doesn't suffer from that!
I don't know well! It's a cyprus bug! But normally fixed on the last version and i'm not sure!
Verify you are running on the latest version!
Otherwise one go with the workarounds! Either a wrapping div or { force: true }! Whatever is more suitable!
It may not answer the problem! I hope there was some helpful lines!
Otherwise it's out of my league! I tried to look quickly! Thank you again!