Sha256: cd1b3407622aec1ca9efa89337217b886eb62bf581a6a81e3e7766887a26ed53

Contents?: true

Size: 913 Bytes

Versions: 1

Compression:

Stored size: 913 Bytes

Contents

Feature: Channel overview
  In order to actually use the system for anything
  As a user
  I need to be able to view and administer recorded shows

Background:
  Given the following recorded shows:
    | name       |
    | Bonderøven |
    | Noddy      |
    | Star Trek  |
  And the following recordings:
    | name       | id        |
    | Bonderøven | 1234567   |
    | Bonderøven | 1234567-1 |
    | Bonderøven | 1234678   |
    | Star Trek  | 2345678   |

Scenario: Shows overview shows all recorded shows
  Given I am on the shows page
  Then I should see "Bonderøven"
  And I should see "Noddy"
  And I should see "Star Trek"

Scenario: Show details shows all recordings of show
  Given I am on the shows page
  # The following does not work with Poltergeist/PhantomJS - prints infinitely many
  # AngularJS errors :-(
  #And I see the details for show "Bonderøven"
  #Then I should see 3 recordings

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_pvr-1.1.0 features/recordings.feature