Skip to content

Commit

Permalink
Modified Remove products test case on april 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Krithikj20 committed Apr 1, 2024
1 parent 707f74d commit 13c0a24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/RemoveProduct.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ public void removeProduct() {
RemoveProductPageObjects remove = new RemoveProductPageObjects(driver);
remove.setSearch();
remove.setAddToCartButton();

Assert.assertEquals(remove.removeItem(), "Your Amazon Cart is empty.");

System.out.println("Removed product successfully");
}
}

0 comments on commit 13c0a24

Please sign in to comment.