|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
Feature: Contains wrong steps
|
|
|
2 |
Scenario: Scenario with non generator steps
|
|
|
3 |
Given the following "course" exists:
|
|
|
4 |
| fullname | Course test |
|
|
|
5 |
| shortname | C1 |
|
|
|
6 |
| category | 0 |
|
|
|
7 |
| numsections | 3 |
|
|
|
8 |
And the following "activities" exist:
|
|
|
9 |
| activity | name | intro | course | idnumber | section | visible |
|
|
|
10 |
| assign | Activity sample 1 | Test assignment description | C1 | sample1 | 1 | 1 |
|
|
|
11 |
| assign | Activity sample 2 | Test assignment description | C1 | sample2 | 1 | 0 |
|
|
|
12 |
And I click on "Tokens filter" "link"
|
|
|
13 |
|