BoykaFramework / boyka-framework

🎉 Ultimate test automation framework for automating any application on any platform
https://boykaframework.github.io/boyka-framework/
MIT License
128 stars 46 forks source link

🐛 New Bug: Move to Element and click does not work in sync #901

Closed mfaisalkhatri closed 1 month ago

mfaisalkhatri commented 1 month ago

❓ What is the bug?

When working with a "Menu" on the website, the move to element and click does not work in sync

Issue Version

2.1.0

🖥️ What framework domain type is this bug for?

Web

📃 Steps to reproduce the bug

Test Scenario

  1. Navigate to the Home page of the LambdaTest ECommerce Playground
  2. Hover Mouse over My account link and click on the Register link.

✅ Expected Behavior

The move to element and click should work in sync. In the scenario mentioned, the on hovering the mouse over "My account" the menu should open and the click action should be successfully perform on the "Register" link

mfaisalkhatri commented 1 month ago

Here is the repo link for the code https://github.com/mfaisalkhatri/boyka-web-demo