コード例 #1
0
 def test_guest_can_add_product_to_cart(self, browser, link):
     page = ProductPage(browser, link)
     page.open()
     page.add_to_basket_check()