Пример #1
0
def test_guest_can_add_product_to_basket(browser, link):
    page = ProductPage(browser, link)
    page.open()
    page.add_to_chart()
    page.should_be_added_to_the_cart()