We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112a912 commit 96032b6Copy full SHA for 96032b6
1 file changed
src/test/java/com/myProject/pages/ViewCartPage.java
@@ -5,7 +5,7 @@
5
6
import java.util.List;
7
8
-public class ViewCartPage extends BasePage{
+public class ViewCartPage extends BasePage {
9
@FindBy(xpath = "//tbody/tr")
10
public List<WebElement> addedCardProducts;
11
0 commit comments