/course/tests/behat/course_controls.feature

http://github.com/moodle/moodle · Gherkin Specification · 156 lines · 141 code · 6 blank · 9 comment · 12 complexity · 2fc31f1ccd419c618ece4eb657b1282b MD5 · raw file

  1. @core @core_course
  2. Feature: Course activity controls works as expected
  3. In order to manage my course's activities
  4. As a teacher
  5. I need to edit, hide, show and indent activities inside course sections
  6. # The difference between these two scenario outlines is that one is with
  7. # JS enabled and the other one with JS disabled; we can not use Background
  8. # sections when using Scenario Outlines because of Behat framework restrictions.
  9. # We are testing:
  10. # * Javascript on and off
  11. # * Topics and weeks course formats
  12. # * Course controls without paged mode
  13. # * Course controls with paged mode in the course home page
  14. # * Course controls with paged mode in a section's page
  15. @javascript @_cross_browser
  16. Scenario Outline: General activities course controls using topics and weeks formats, and paged mode and not paged mode works as expected
  17. Given the following "users" exist:
  18. | username | firstname | lastname | email |
  19. | teacher1 | Teacher | 1 | teacher1@example.com |
  20. And the following "courses" exist:
  21. | fullname | shortname | format | coursedisplay | numsections | startdate |
  22. | Course 1 | C1 | <courseformat> | <coursedisplay> | 5 | 0 |
  23. And the following "course enrolments" exist:
  24. | user | course | role |
  25. | teacher1 | C1 | editingteacher |
  26. And I log in as "teacher1"
  27. And I am on "Course 1" course homepage
  28. When I follow <targetpage>
  29. And I turn editing mode on
  30. And I add the "Recent activity" block
  31. And I open the action menu in "Recent activity" "block"
  32. And I click on "Delete Recent activity block" "link"
  33. And I press "Yes"
  34. And <belowpage> "section" <should_see_other_sections> exist
  35. And I add a "Forum" to section "1" and I fill the form with:
  36. | Forum name | Test forum name 1 |
  37. | Description | Test forum description 1 |
  38. And I add a "Forum" to section "1" and I fill the form with:
  39. | Forum name | Test forum name 2 |
  40. | Description | Test forum description 2 |
  41. And <belowpage> "section" <should_see_other_sections> exist
  42. And I indent right "Test forum name 1" activity
  43. And <belowpage> "section" <should_see_other_sections> exist
  44. And I indent left "Test forum name 1" activity
  45. And <belowpage> "section" <should_see_other_sections> exist
  46. And I open "Test forum name 1" actions menu
  47. And I click on "Edit settings" "link" in the "Test forum name 1" activity
  48. And I should see "Updating Forum"
  49. And I should see "Display description on course page"
  50. And I set the following fields to these values:
  51. | Forum name | Just to check that I can edit the name |
  52. | Description | Just to check that I can edit the description |
  53. | Display description on course page | 1 |
  54. And I click on "Cancel" "button"
  55. And <belowpage> "section" <should_see_other_sections> exist
  56. And I open "Test forum name 1" actions menu
  57. And I click on "Hide" "link" in the "Test forum name 1" activity
  58. And <belowpage> "section" <should_see_other_sections> exist
  59. And I delete "Test forum name 1" activity
  60. And I should not see "Test forum name 1" in the "region-main" "region"
  61. And I duplicate "Test forum name 2" activity editing the new copy with:
  62. | Forum name | Edited test forum name 2 |
  63. And <belowpage> "section" <should_see_other_sections> exist
  64. And I should see "Test forum name 2"
  65. And I should see "Edited test forum name 2"
  66. And I hide section "1"
  67. And <belowpage> "section" <should_see_other_sections> exist
  68. And section "1" should be hidden
  69. And all activities in section "1" should be hidden
  70. And I show section "1"
  71. And <belowpage> "section" <should_see_other_sections> exist
  72. And section "1" should be visible
  73. And I add the "Section links" block
  74. And <belowpage> "section" <should_see_other_sections> exist
  75. And I should see "1 2 3 4 5" in the "Section links" "block"
  76. And I click on "2" "link" in the "Section links" "block"
  77. And I <should_see_other_sections_following_block_sections_links> see "Test forum name 2"
  78. Examples:
  79. | courseformat | coursedisplay | targetpage | should_see_other_sections | should_see_other_sections_following_block_sections_links | belowpage |
  80. | topics | 0 | "Course 1" | should | should | "Topic 2" |
  81. | topics | 1 | "Topic 1" | should not | should not | "Topic 2" |
  82. | topics | 1 | "Course 1" | should | should not | "Topic 2" |
  83. | weeks | 0 | "Course 1" | should | should | "8 January - 14 January" |
  84. | weeks | 1 | "1 January - 7 January" | should not | should not | "8 January - 14 January" |
  85. | weeks | 1 | "Course 1" | should | should not | "8 January - 14 January" |
  86. Scenario Outline: General activities course controls using topics and weeks formats, and paged mode and not paged mode works as expected
  87. Given the following "users" exist:
  88. | username | firstname | lastname | email |
  89. | teacher1 | Teacher | 1 | teacher1@example.com |
  90. And the following "courses" exist:
  91. | fullname | shortname | format | coursedisplay | numsections | startdate |
  92. | Course 1 | C1 | <courseformat> | <coursedisplay> | 5 | 0 |
  93. And the following "course enrolments" exist:
  94. | user | course | role |
  95. | teacher1 | C1 | editingteacher |
  96. And I log in as "teacher1"
  97. And I am on "Course 1" course homepage
  98. When I follow <targetpage>
  99. And I turn editing mode on
  100. And I add the "Recent activity" block
  101. And I open the action menu in "Recent activity" "block"
  102. And I click on "Delete Recent activity block" "link"
  103. And I press "Yes"
  104. And <belowpage> "section" <should_see_other_sections> exist
  105. And I add a "Forum" to section "1" and I fill the form with:
  106. | Forum name | Test forum name 1 |
  107. | Description | Test forum description 1 |
  108. And I add a "Forum" to section "1" and I fill the form with:
  109. | Forum name | Test forum name 2 |
  110. | Description | Test forum description 2 |
  111. And <belowpage> "section" <should_see_other_sections> exist
  112. And I indent right "Test forum name 1" activity
  113. And <belowpage> "section" <should_see_other_sections> exist
  114. And I indent left "Test forum name 1" activity
  115. And <belowpage> "section" <should_see_other_sections> exist
  116. And I click on "Edit settings" "link" in the "Test forum name 1" activity
  117. And I should see "Updating Forum"
  118. And I should see "Display description on course page"
  119. And I press "Save and return to course"
  120. And <belowpage> "section" <should_see_other_sections> exist
  121. And I click on "Hide" "link" in the "Test forum name 1" activity
  122. And <belowpage> "section" <should_see_other_sections> exist
  123. And I delete "Test forum name 1" activity
  124. And <belowpage> "section" <should_see_other_sections> exist
  125. And I should not see "Test forum name 1" in the "region-main" "region"
  126. And I duplicate "Test forum name 2" activity editing the new copy with:
  127. | Forum name | Edited test forum name 2 |
  128. And <belowpage> "section" <should_see_other_sections> exist
  129. And I should see "Test forum name 2"
  130. And I should see "Edited test forum name 2"
  131. And I hide section "1"
  132. And <belowpage> "section" <should_see_other_sections> exist
  133. And section "1" should be hidden
  134. And all activities in section "1" should be hidden
  135. And I show section "1"
  136. And <belowpage> "section" <should_see_other_sections> exist
  137. And section "1" should be visible
  138. And I add the "Section links" block
  139. And <belowpage> "section" <should_see_other_sections> exist
  140. And I should see "1 2 3 4 5" in the "Section links" "block"
  141. And I click on "2" "link" in the "Section links" "block"
  142. And I <should_see_other_sections_following_block_sections_links> see "Test forum name 2"
  143. Examples:
  144. | courseformat | coursedisplay | targetpage | should_see_other_sections | should_see_other_sections_following_block_sections_links | belowpage |
  145. | topics | 0 | "Course 1" | should | should | "Topic 2" |
  146. | topics | 1 | "Topic 1" | should not | should not | "Topic 2" |
  147. | topics | 1 | "Course 1" | should | should not | "Topic 2" |
  148. | weeks | 0 | "Course 1" | should | should | "8 January - 14 January" |
  149. | weeks | 1 | "1 January - 7 January" | should not | should not | "8 January - 14 January" |
  150. | weeks | 1 | "Course 1" | should | should not | "8 January - 14 January" |