We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107010a commit d64a8e1Copy full SHA for d64a8e1
tests/test_e2e.py
@@ -12,7 +12,7 @@ def test_e2e(self):
12
checkoutPage = homePage.shopItems()
13
log.info("click in the first page")
14
15
- products = checkoutPage.getCardTitle() # all the product's name
+ products = checkoutPage.getCardTitle()
16
17
for product in products:
18
productName = product.find_element(By.XPATH, "div/h4/a").text
0 commit comments