Skip to content

Commit

Permalink
Modified on April 1 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Krithikj20 committed Apr 1, 2024
1 parent dd369e8 commit a908774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/RemoveProduct.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public void removeProduct() {
remove.setAddToCartButton();

Assert.assertEquals(remove.removeItem(), "Your Amazon Cart is empty.");
System.out.println("Product Removedd");
System.out.println("Product Removed1");
System.out.println("Product Removed2");
}
}

0 comments on commit a908774

Please sign in to comment.