mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-51214 mod_forum: Update News forum => Announcements
This commit is contained in:
parent
2f45a11ac4
commit
265a9bf769
5 changed files with 9 additions and 9 deletions
|
@ -31,4 +31,4 @@ $string['orphaned'] = 'Orphaned';
|
|||
$string['orphanedwarning'] = 'These activities are unreachable by users!';
|
||||
$string['pluginname'] = 'Single activity format';
|
||||
$string['sectionname'] = '';
|
||||
$string['warningchangeformat'] = 'When changing the existing course format to "Single activity" make sure that you removed all extra activities from the course including the "News forum". Note that sections structure may be modified.';
|
||||
$string['warningchangeformat'] = 'When changing the existing course format to "Single activity" make sure that you removed all extra activities from the course including "Announcements". Note that sections structure may be modified.';
|
||||
|
|
|
@ -20,13 +20,13 @@ Feature: Managers can create courses
|
|||
When I log in as "teacher1"
|
||||
And I follow "Course 1"
|
||||
Then "Latest news" "block" should exist
|
||||
And I follow "News forum"
|
||||
And I follow "Announcements"
|
||||
And "Add a new topic" "button" should exist
|
||||
And "Forced subscription" "link" should not exist
|
||||
And I log out
|
||||
And I log in as "student1"
|
||||
And I follow "Course 1"
|
||||
And I follow "News forum"
|
||||
And I follow "Announcements"
|
||||
And "Add a new topic" "button" should not exist
|
||||
And I should see "Forced subscription" in the "Administration" "block"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue