Skip to content

Instantly share code, notes, and snippets.

@Xotabu4
Last active March 4, 2021 20:09
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 Xotabu4/48ca46758c71c81a6d9cad08cb607d65 to your computer and use it in GitHub Desktop.
Save Xotabu4/48ca46758c71c81a6d9cad08cb607d65 to your computer and use it in GitHub Desktop.
// 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