Merge branch 'MDL-72807_39' of https://github.com/stronk7/moodle into MOODLE_39_STABLE

This commit is contained in:
Jun Pataleta 2021-10-15 09:08:09 +08:00
commit 3671ba02a1
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ Feature: Users can be added to multiple groups at once
| teacher1 | C1 | editingteacher | | teacher1 | C1 | editingteacher |
| student1 | C1 | editingteacher | | student1 | C1 | editingteacher |
@javascript @javascript @skip_chrome_zerosize
Scenario: Adding a user to multiple groups Scenario: Adding a user to multiple groups
Given I log in as "teacher1" Given I log in as "teacher1"
And I am on "Course 1" course homepage And I am on "Course 1" course homepage

View file

@ -17,7 +17,7 @@ Feature: In an assignment, teachers can provide feedback comments on student sub
| teacher1 | C1 | teacher | | teacher1 | C1 | teacher |
| student1 | C1 | student | | student1 | C1 | student |
@javascript @javascript @skip_chrome_zerosize
Scenario: Teachers should be able to add and remove feedback comments via the quick grading interface Scenario: Teachers should be able to add and remove feedback comments via the quick grading interface
Given the following "activities" exist: Given the following "activities" exist:
| activity | course | name | assignsubmission_onlinetext_enabled | assignfeedback_comments_enabled | | activity | course | name | assignsubmission_onlinetext_enabled | assignfeedback_comments_enabled |