Skip to content

Instantly share code, notes, and snippets.

@dschinkel
Last active January 5, 2018 00:26
Show Gist options
  • Save dschinkel/a8ccd962de36766bccf602aa209d76c6 to your computer and use it in GitHub Desktop.
Save dschinkel/a8ccd962de36766bccf602aa209d76c6 to your computer and use it in GitHub Desktop.
Example Gherkin I've Written
Given the user is an artist and is logged in
And the user has one or ore tracks that already meet quality standards
Then the user is prompted to upload a track with message "Do you want to upload a track?"
And when the user selects a track and chooses Yes
Then the track is posted
And the user is shown their Profile
Story: Show FX network series channels
As a user, I want to see the FX Network pages as designed (attached)
Acceptance Criteria
*Positive Scenarios*
Scenario 1:
Given I'm a user
When I navigate to network pages
Then I should see FX network series channels in the carousel
with the ability to navigate the channels left or right
*Negative Scenarios*
Scenario 1
Given I'm a user
When I navigate to network pages
And a carousel panels list is not present in data received
Then carousel should not show
Scenario 2
Given I'm a user
When I navigate to network pages
And a carousel panels list is empty in data recieved
Then carousel should not show
(see layout including a rotating carousel (updated designs attached))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment