예제 #1
0
def test_new_user_registration(wd):
    litecart.login_to_admin(wd)
    name = generators.generate_product_name()
    litecart.add_new_product(wd, name)
    litecart.verify_product_presence(wd, name)
    litecart.logout_from_admin(wd)
def test_left_menu_headers_presence(wd):
    litecart.login_to_admin(wd)
    litecart.check_left_menu_elements(wd)
    litecart.logout_from_admin(wd)
def test_log_messages(wd):
    litecart.login_to_admin(wd)
    litecart.open_products_links_and_check_log(wd)
    litecart.logout_from_admin(wd)
예제 #4
0
def test_zones_abc(wd):
    litecart.login_to_admin(wd)
    litecart.check_zones_abc(wd)
    litecart.logout_from_admin(wd)
예제 #5
0
def test_countries_abc(wd):
    litecart.login_to_admin(wd)
    litecart.check_countries_abc(wd)
    litecart.logout_from_admin(wd)
예제 #6
0
def test_links(wd):
    litecart.login_to_admin(wd)
    litecart.check_links_on_country_page(wd)
    litecart.logout_from_admin(wd)