|
1 | 1 | Feature: Course Service Interface |
2 | 2 |
|
3 | | - Scenario: A user can import a previously uploaded course |
4 | | - When I import a course |
5 | | - Then there should be 1 course in the list |
6 | | - And the course should be in the course list |
7 | | - And the course should exist |
8 | | - And I can get a preview URL for the course |
9 | | - And I can get the manifest for the course |
10 | | - And I can get the attributes for the course |
| 3 | + Scenario: A user can import a previously uploaded course |
| 4 | + When I import a course |
| 5 | + Then there should be 1 course in the list |
| 6 | + And the course should be in the course list |
| 7 | + And the course should exist |
| 8 | + And I can get a preview URL for the course |
| 9 | + And I can get the manifest for the course |
| 10 | + And I can get the attributes for the course |
11 | 11 |
|
12 | | - When I delete the course |
13 | | - Then there should be 0 courses in the list |
14 | | - Then the course should not be in the course list |
| 12 | + When I delete the course |
| 13 | + Then there should be 0 courses in the list |
| 14 | + Then the course should not be in the course list |
15 | 15 |
|
16 | | - Scenario: A user can update course attributes |
17 | | - When I import a course |
18 | | - And I update course attributes |
19 | | - Then the course attributes should be updated |
| 16 | + Scenario: A user can update course attributes |
| 17 | + When I import a course |
| 18 | + And I update course attributes |
| 19 | + Then the course attributes should be updated |
0 commit comments