Example #1
0
def test_hover_over_news_button(driver):
    """Load the page and hover over the 'Noticias y Tendencias' button, 
    the news and trends submenu should be displayed with the correct elements"""
    header = Header(driver)
    header.assert_news_submenu_visibility()