Exemplo n.º 1
0
def test_navbar_is_visible(browser, close):
    """Test that navbar is visible"""
    about_page = AboutPage(browser)
    about_page.load()
    assert about_page.is_element_seen(locators.BasePageLocators.TRUNNER_LNK)
Exemplo n.º 2
0
def test_trunner_card_is_visible(browser, close):
    """Test that trunner card is visible"""
    about_page = AboutPage(browser)
    about_page.load()
    assert about_page.is_element_seen(locators.BasePageLocators.TRUNNER_CARD)