We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2b9dd commit d291f45Copy full SHA for d291f45
core-java/src/test/java/io/github/boykaframework/testng/ui/ecomm/AddCartTest.java
@@ -54,6 +54,7 @@ public void tearDownClass () {
54
@Test
55
public void testAddCart () {
56
navigate ().to ("https://ecommerce-playground.lambdatest.io/");
57
+ withMouse (homePage ().getProduct1 ()).scrollIntoView ();
58
withMouse (homePage ().getProduct1 ()).hover ();
59
withMouse (homePage ().getAddToCart ()).click ();
60
withMouse (homePage ().getCloseToast ()).click ();
0 commit comments