Skip to content

Instantly share code, notes, and snippets.

@ndmanvar
Created May 17, 2017 02:17
Show Gist options
  • Save ndmanvar/f9d35244208f8960dfc6f48261f847f9 to your computer and use it in GitHub Desktop.
Save ndmanvar/f9d35244208f8960dfc6f48261f847f9 to your computer and use it in GitHub Desktop.
setUserCookie(); // will obtain unique user and inject cookie into browser
TDMUtils.setCart({
creditCardAlwaysPass: 0,
item: "Samsung S8"
});
CartPage.visit();
CartPage.checkOut();
AssertTrue(ReceiptPage.onPage());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment