Skip to content

Commit 96032b6

Browse files
committed
modified
1 parent 112a912 commit 96032b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/myProject/pages/ViewCartPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import java.util.List;
77

8-
public class ViewCartPage extends BasePage{
8+
public class ViewCartPage extends BasePage {
99
@FindBy(xpath = "//tbody/tr")
1010
public List<WebElement> addedCardProducts;
1111

0 commit comments

Comments
 (0)