Last active
March 4, 2021 20:09
-
-
Save Xotabu4/48ca46758c71c81a6d9cad08cb607d65 to your computer and use it in GitHub Desktop.
This file contains 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
// Use http://93.126.97.71:10082/mp3-players to simplify these tests. Mp3 players does not have custom params on details page. | |
// bonus points: | |
// - use preconditions | |
// - use dataprovider | |
describe('Items', function () { | |
// You must be logged in to use wishlist | |
it('can be added to wishlist', function () { | |
}) | |
it('can be selected for comparison by registered user', function () { | |
}) | |
it('can be selected for comparison by guest', function () { | |
}) | |
it('can be added to cart by guest', function () { | |
}) | |
it('can be added to cart by registered user', function () { | |
}) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment