mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
Merge branch 'MDL-78291-fix' of https://github.com/sarjona/moodle
This commit is contained in:
commit
4f558e3ec3
@ -35,6 +35,7 @@ Feature: Edit activities in main menu block
|
||||
| activity | course | section | name |
|
||||
| forum | Acceptance test site | 0 | Visible forum |
|
||||
| forum | Acceptance test site | 0 | My forum name |
|
||||
And I change window size to "large"
|
||||
And I log in as "admin"
|
||||
And I am on site homepage
|
||||
And I turn editing mode on
|
||||
|
@ -99,6 +99,7 @@ Feature: Toggle activities visibility from the course page
|
||||
Scenario: Activities can be made available but not visible on a course page
|
||||
Given the following config values are set as admin:
|
||||
| allowstealth | 1 |
|
||||
And I change window size to "large"
|
||||
And I log in as "teacher1"
|
||||
And I am on "Course 1" course homepage with editing mode on
|
||||
When I open "Test assignment name" actions menu
|
||||
|
@ -39,6 +39,7 @@ Feature: We can change what we are viewing on the grader report
|
||||
@javascript
|
||||
Scenario: View and minimise the grader report containing hidden activities
|
||||
When I am on "Course 1" course homepage with editing mode on
|
||||
And I change window size to "large"
|
||||
And I open "Test assignment name 2" actions menu
|
||||
And I choose "Availability > Hide on course page" in the open action menu
|
||||
And I am on "Course 1" course homepage with editing mode off
|
||||
|
Loading…
x
Reference in New Issue
Block a user