Skip to content

Instantly share code, notes, and snippets.

@cfv1984
Created September 5, 2018 13:24
Show Gist options
  • Save cfv1984/b2fbed117521f8896fe35a48211ae0eb to your computer and use it in GitHub Desktop.
Save cfv1984/b2fbed117521f8896fe35a48211ae0eb to your computer and use it in GitHub Desktop.
//view-an-album.feature
Feature: View an album's contents
In order to view an album's contents
As an user
I want to open the first Album and see its contents, then the second one, and have the first one close before
Scenario: Viewing an album's photos
Given the Gallery component is present
And the first album was selected
When album opens
Then I want the Album to keep a list of Photos in it
And I want its status to be marked as Open
And I want each Photo to have a title, thumbnailUrl and an url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment