Skip to content

Commit d64a8e1

Browse files
committed
Kevin Marx's Selenium Webdriver with Python
1 parent 107010a commit d64a8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_e2e.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_e2e(self):
1212
checkoutPage = homePage.shopItems()
1313
log.info("click in the first page")
1414

15-
products = checkoutPage.getCardTitle() # all the product's name
15+
products = checkoutPage.getCardTitle()
1616

1717
for product in products:
1818
productName = product.find_element(By.XPATH, "div/h4/a").text

0 commit comments

Comments
 (0)