Línea 27... |
Línea 27... |
27 |
| blockname | contextlevel | reference | pagetypepattern | defaultregion |
|
27 |
| blockname | contextlevel | reference | pagetypepattern | defaultregion |
|
28 |
| section_links | Course | C1 | course-view-* | side-pre |
|
28 |
| section_links | Course | C1 | course-view-* | side-pre |
|
Línea 29... |
Línea 29... |
29 |
|
29 |
|
30 |
Scenario: Student can see section name under the Section links block
|
30 |
Scenario: Student can see section name under the Section links block
|
31 |
When I am on the "Course 1" course page logged in as student1
|
31 |
When I am on the "Course 1" course page logged in as student1
|
- |
|
32 |
Then I should see "Section 7" in the "Section links" "block"
|
32 |
Then I should see "7: Section 7" in the "Section links" "block"
|
33 |
And I should not see "7: Section 7" in the "Section links" "block"
|
33 |
And I follow "7: Section 7"
|
34 |
And I follow "Section 7"
|
Línea 34... |
Línea 35... |
34 |
And I should see "First assignment"
|
35 |
And I should see "First assignment"
|
35 |
|
36 |
|
36 |
Scenario: Teacher can configure existing Section links block to display section number or section name
|
37 |
Scenario: Teacher can configure existing Section links block to display section number or section name
|
37 |
Given I log in as "teacher1"
|
38 |
Given I log in as "teacher1"
|
38 |
And I am on "Course 1" course homepage with editing mode on
|
39 |
And I am on "Course 1" course homepage with editing mode on
|
39 |
When I configure the "Section links" block
|
40 |
When I configure the "Section links" block
|
40 |
And I set the following fields to these values:
|
41 |
And I set the following fields to these values:
|
41 |
| Display section name | No |
|
42 |
| Display section name | No |
|
- |
|
43 |
And I click on "Save changes" "button"
|
42 |
And I click on "Save changes" "button"
|
44 |
Then I should not see "7: Section 7" in the "Section links" "block"
|
43 |
Then I should not see "7: Section 7" in the "Section links" "block"
|
45 |
And I should not see "Section 7" in the "Section links" "block"
|
44 |
And I should see "7" in the "Section links" "block"
|
46 |
And I should see "7" in the "Section links" "block"
|
- |
|
47 |
And I follow "7"
|
- |
|
48 |
And I should see "First assignment"
|
- |
|
49 |
|
- |
|
50 |
Scenario: Subsections names are not displayed in the Section links block
|
- |
|
51 |
Given the following "activity" exists:
|
- |
|
52 |
| activity | subsection |
|
- |
|
53 |
| name | Subsection1 |
|
- |
|
54 |
| course | C1 |
|
- |
|
55 |
| idnumber | subsection1 |
|
- |
|
56 |
| section | 1 |
|