Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 3... Línea 3...
3
  As a competency grader
3
  As a competency grader
4
  In order to perform mark all competencies for an activity
4
  In order to perform mark all competencies for an activity
5
  I need to see the competencies linked to one activity in the breakdown report.
5
  I need to see the competencies linked to one activity in the breakdown report.
Línea 6... Línea 6...
6
 
6
 
7
  Background:
7
  Background:
8
    Given the following lp "frameworks" exist:
8
    Given the following "core_competency > frameworks" exist:
9
      | shortname | idnumber |
9
      | shortname      | idnumber |
10
      | Test-Framework | ID-FW1 |
10
      | Test-Framework | ID-FW1   |
11
    And the following lp "competencies" exist:
11
    And the following "core_competency > competencies" exist:
12
      | shortname | framework |
12
      | shortname  | competencyframework |
13
      | Test-Comp1 | ID-FW1 |
13
      | Test-Comp1 | ID-FW1              |
14
      | Test-Comp2 | ID-FW1 |
14
      | Test-Comp2 | ID-FW1              |
15
    Given the following "courses" exist:
15
    Given the following "courses" exist:
16
      | shortname | fullname   |
16
      | shortname | fullname   |
17
      | C1        | Course 1 |
17
      | C1        | Course 1 |
18
    And the following "users" exist:
18
    And the following "users" exist:
Línea 48... Línea 48...
48
 
48
 
49
  @javascript
49
  @javascript
50
  Scenario: Go to the competency breakdown report
50
  Scenario: Go to the competency breakdown report
51
    When I navigate to "Reports" in current page administration
51
    When I navigate to "Reports" in current page administration
52
    And I click on "Competency breakdown" "link"
52
    And I click on "Competency breakdown" "link"
53
    And I set the field "Filter competencies by resource or activity" to "PageName1"
53
    And I set the competency filter "Filter competencies by resource or activity" to "PageName1"
54
    Then I should see "Test-Comp1"
54
    Then I should see "Test-Comp1"
55
    And I should not see "Test-Comp2"
55
    And I should not see "Test-Comp2"
56
    And I should see "Ann, Jill, Grainne, Beauchamp"
56
    And I should see "Ann, Jill, Grainne, Beauchamp"
57
    And I should see "Ann, Jill, Grainne, Beauchamp" in the ".form-autocomplete-selection" "css_element"
57
    And I should see "Ann, Jill, Grainne, Beauchamp" in the ".form-autocomplete-selection" "css_element"