-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After I call the realHover() method over a menu and perform other actions, the menu is still opened #162
Comments
Please provide reproduction or issue will be closed. |
Added the description above. Apologies |
Please provide reproduction (GitHub repo with tests which reproduce your problem) |
Hi @dmtrKovalenko , I can't due to the fact that is company code and I cannot post it here. Basically the problem is that the menus I'm hovering over are still opened after I execute the realHover() method. The only way I could find to close them is to hover over another element, but this causes a lot of requests being fired in the test run and it makes the cypress dashboard page to crush. Can we have a solution for this? Again thanks for your time |
Sorry, but you can make similar example that reproduce your problem. I understand that you don't want to spend your time on this. But without reproduction I can not help you because I don't want to spend my time trying to understand your problem based on your words. Thanks. |
Hi @dmtrKovalenko , here you have a public repo of mine with a simple test where you can see this behavior. Thanks! |
It would be useful to have a command such as |
Agreed. I have been unsuccessful in removing the hover/focus of an element that I have used In my situation I am able to confirm the presence of text in a div that displays when another element if hovered over. But when I try doing that a second time (on a different element), the original div is still being displayed. |
Encountering the same problem here. |
Yep; I will work on this next week |
🎉 This issue has been resolved in version 1.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Can you explain how you resolved it? the code below if its the resolution doesn't solve the problem here for button
|
@jsbaguette I added a note in FAQ how this should be fixed https://github.com/dmtrKovalenko/cypress-real-events#2-when-i-am-doing-cyrealhover-hovering-state-is-not-resetting-after-my-checks |
Ye i saw and thank you ! I am going to open a new issue as we have another error |
Hi @dmtrKovalenko I apologize for not posting it on the first place. I cannot show the actual behavior here as I cannot post anything related to my company code, but basically I have this code block
The text was updated successfully, but these errors were encountered: