Skip to content

Instantly share code, notes, and snippets.

@angiejones
Created November 12, 2020 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angiejones/eb9a9a32fb359925147d783df19cae5a to your computer and use it in GitHub Desktop.
Save angiejones/eb9a9a32fb359925147d783df19cae5a to your computer and use it in GitHub Desktop.
Updated test to use visual assertion
@Test
public void test_add_to_cart(){
productPage.setColor("Red");
productPage.setSize("M");
productPage.setQuanity(2);
productPage.addToCart();
productPage.goToCart();
eyes.checkWindow();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment