Skip to content

Instantly share code, notes, and snippets.

@cfv1984
Last active September 5, 2018 13:26
Show Gist options
  • Save cfv1984/4da16465a8ff02736e17e25d4f38af8e to your computer and use it in GitHub Desktop.
Save cfv1984/4da16465a8ff02736e17e25d4f38af8e to your computer and use it in GitHub Desktop.
// list-all-albums.feature
Feature: List all of the site's albumsIn order to check how many albums my site currently has
As an user
I want there to be a Gallery
Scenario: Listing all albums
Given the Gallery component is present
When the page is rendered
Then I want the component to have an Album for each gallery in the site
And I want the Album to hold a Thumbnail for each image in it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment