Created
May 17, 2017 02:17
-
-
Save ndmanvar/f9d35244208f8960dfc6f48261f847f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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