Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 14... Línea 14...
14
    And the following "course enrolments" exist:
14
    And the following "course enrolments" exist:
15
      | user     | course | role           |
15
      | user     | course | role           |
16
      | teacher1 | C1     | editingteacher |
16
      | teacher1 | C1     | editingteacher |
Línea 17... Línea 17...
17
 
17
 
18
  Scenario Outline: Display activity and resource descriptions
-
 
19
    Given I enable "chat" "mod" plugin
-
 
20
    And I enable "survey" "mod" plugin
18
  Scenario Outline: Display activity and resource descriptions
21
    # Generate activity/resource with description
19
    # Generate activity/resource with description
22
    And the following "activities" exist:
20
    Given the following "activities" exist:
23
      | activity  | course | name      | intro           | showdescription |
21
      | activity  | course | name      | intro           | showdescription |
24
      | <acttype> | C1     | <actname> | <actname> intro | 1               |
22
      | <acttype> | C1     | <actname> | <actname> intro | 1               |
25
    When I am on the "Course 1" course page logged in as teacher1
23
    When I am on the "Course 1" course page logged in as teacher1
26
    # Confirm that activity name and description are displayed
24
    # Confirm that activity name and description are displayed
Línea 29... Línea 27...
29
 
27
 
30
    Examples:
28
    Examples:
31
      | acttype  | actname    |
29
      | acttype  | actname    |
32
      | assign   | Assign 1   |
30
      | assign   | Assign 1   |
33
      | book     | Book 1     |
-
 
34
      | chat     | Chat 1     |
31
      | book     | Book 1     |
35
      | data     | Database 1 |
32
      | data     | Database 1 |
36
      | feedback | Feedback 1 |
33
      | feedback | Feedback 1 |
37
      | forum    | Forum 1    |
34
      | forum    | Forum 1    |
38
      | label    | Label 1    |
35
      | label    | Label 1    |
Línea 43... Línea 40...
43
      | imscp    | IMSCP 1    |
40
      | imscp    | IMSCP 1    |
44
      | folder   | Folder 1   |
41
      | folder   | Folder 1   |
45
      | glossary | Glossary 1 |
42
      | glossary | Glossary 1 |
46
      | scorm    | Scorm 1    |
43
      | scorm    | Scorm 1    |
47
      | lesson   | Lesson 1   |
44
      | lesson   | Lesson 1   |
48
      | survey   | Survey 1   |
-
 
49
      | url      | URL 1      |
45
      | url      | URL 1      |
50
      | wiki     | Wiki 1     |
46
      | wiki     | Wiki 1     |
51
      | workshop | Workshop 1 |
47
      | workshop | Workshop 1 |
Línea 52... Línea 48...
52
 
48