OzFramework / oz

Oz is a behavioral web-ui testing framework developed to reduce test maintenance by using a predictive model rather than a scriptive model when writing tests.
Apache License 2.0
23 stars 7 forks source link

Oz doesn't handle hover dropdown/flyout menus #85

Closed PanoramicPanda closed 6 years ago

greenarrowdb commented 6 years ago

Do you have an example of this?

PanoramicPanda commented 6 years ago

Example site uses a similar menu style on it's navigation, which Oz gets around by clicking the main header of the bar and then clicking a different link on that page rather than being able to trigger a hover on the parent and then click the child element that appears.

In our AUT, the parent element doesn't link to a page with ways to the child elements, it simply houses the links via the hover.

greenarrowdb commented 6 years ago

This sounds more like we need hover functionality rather than 'menu' functionality...

PanoramicPanda commented 6 years ago

That would be a good solution, yeah. The title of the issue is still correct however. We could close this and open a solution card instead.

greenarrowdb commented 6 years ago

Fixed with #93