Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 81... Línea 81...
81
    And I trigger cron
81
    And I trigger cron
82
    And I am on "Course 001" course homepage
82
    And I am on "Course 001" course homepage
83
    And I navigate to course participants
83
    And I navigate to course participants
84
    # Verifies students 1 and 4 are in the cohort and student 2 is not any more.
84
    # Verifies students 1 and 4 are in the cohort and student 2 is not any more.
85
    And the following should exist in the "participants" table:
85
    And the following should exist in the "participants" table:
86
      | First name / Last name | Email address  | Roles   | Groups        |
86
      | First name             | Email address  | Roles   | Groups        |
87
      | Sandra Cole            | s1@example.com | Student | Alpha1 cohort |
87
      | Sandra Cole            | s1@example.com | Student | Alpha1 cohort |
88
      | Jane Doe               | s4@example.com | Student | Alpha1 cohort |
88
      | Jane Doe               | s4@example.com | Student | Alpha1 cohort |
89
    And the following should not exist in the "participants" table:
89
    And the following should not exist in the "participants" table:
90
      | First name / Last name | Email address  | Roles   | Groups        |
90
      | First name             | Email address  | Roles   | Groups        |
91
      | John Smith             | s2@example.com | Student | Alpha1 cohort |
91
      | John Smith             | s2@example.com | Student | Alpha1 cohort |
Línea 92... Línea 92...
92
 
92
 
93
  @javascript
93
  @javascript
94
  Scenario: Course cohort enrolment creates a new group
94
  Scenario: Course cohort enrolment creates a new group