blob: 6e3c48a471e2145a090227f3f9a3e565726f60fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Feature: Add still image
Scenario Outline: Add some content
Given I have created a new film
When I add file <file> as content
Then the result should be only <display> in the content list
Examples:
| file | display |
| /home/carl/DCP/bbc405.png | bbc405.png [still] |
|