Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 191... Línea 191...
191
 
191
 
192
  Scenario: Students in no group can see all group discussions, but not post.
192
  Scenario: Students in no group can see all group discussions, but not post.
193
    When I am on the "Standard forum name" "forum activity" page logged in as student4
193
    When I am on the "Standard forum name" "forum activity" page logged in as student4
194
    Then I should see "All participants"
194
    Then I should see "All participants"
195
    And I should see "Initial Disc ALL"
195
    And I should see "Initial Disc ALL"
196
    And I should see "You are not able to create a discussion"
196
    And I should see "You are not able to create a discussion because you are not a member of any group."
Línea 197... Línea 197...
197
    And I should not see "Add discussion topic"
197
    And I should not see "Add discussion topic"
198
 
198
 
199
  Scenario: Students in non-participation groups can see all group discussions, but not post.
199
  Scenario: Students in non-participation groups can see all group discussions, but not post.
200
    When I am on the "Standard forum name" "forum activity" page logged in as student3
200
    When I am on the "Standard forum name" "forum activity" page logged in as student3
201
    Then I should see "All participants"
201
    Then I should see "All participants"
202
    And I should see "Initial Disc ALL"
202
    And I should see "Initial Disc ALL"
Línea 203... Línea 203...
203
    And I should see "You are not able to create a discussion"
203
    And I should see "You are not able to create a discussion because you are not a member of any group."
204
    And I should not see "Add discussion topic"
204
    And I should not see "Add discussion topic"
205
 
205