mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-70148-master' of git://github.com/andrewnicols/moodle into master
This commit is contained in:
commit
6ca32e21e5
34 changed files with 323 additions and 124 deletions
|
@ -14,7 +14,7 @@ Feature: Edit activities in main menu block
|
|||
| Forum name | My forum name |
|
||||
And I click on "Edit title" "link" in the "My forum name" activity in site main menu block
|
||||
And I set the field "New name for activity My forum name" to "New forum name"
|
||||
And I press key "13" in the field "New name for activity My forum name"
|
||||
And I press the enter key
|
||||
Then I should not see "My forum name"
|
||||
And I should see "New forum name"
|
||||
And I follow "New forum name"
|
||||
|
|
|
@ -27,7 +27,7 @@ Feature: Edit activities in social activities block
|
|||
And I press "Save and return to course"
|
||||
And I click on "Edit title" "link" in the "My forum name" activity in social activities block
|
||||
And I set the field "New name for activity My forum name" to "New forum name"
|
||||
And I press key "13" in the field "New name for activity My forum name"
|
||||
And I press the enter key
|
||||
Then I should not see "My forum name" in the "Social activities" "block"
|
||||
And I should see "New forum name"
|
||||
And I follow "New forum name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue