Merge branch 'MDL-78291-fix' of https://github.com/sarjona/moodle

This commit is contained in:
Sara Arjona 2023-08-25 19:25:58 +02:00
commit 4f558e3ec3
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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