Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
Feature: Invalid texting because background is not compatible
2
  Background:
3
    Given the following "course" exists:
4
      | fullname         | Course 1    |
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       |