Implement tracks/{show,listen}
This commit is contained in:
16
features/tracks.feature
Normal file
16
features/tracks.feature
Normal file
@@ -0,0 +1,16 @@
|
||||
Feature: Tracks
|
||||
|
||||
So that I can listen music
|
||||
As a listener
|
||||
I want to add, manage and listen some tracks
|
||||
|
||||
Scenario: Show track
|
||||
Given a track named "Mega song"
|
||||
When I go to the track page for "Mega song"
|
||||
Then I should see "Mega song" within "h1"
|
||||
|
||||
Scenario: Listen track
|
||||
Given a track named "Mega song"
|
||||
When I go to the track page for "Mega song"
|
||||
Then I should see an audio player
|
||||
And it should provide an audio stream for "Mega song"
|
Reference in New Issue
Block a user