MDL-24951 mod_forum: Apply new string to related scenarios

Plus amend an scenario name that was clearly incorrect.
This commit is contained in:
Eloy Lafuente (stronk7)
2019-01-08 16:51:21 +01:00
parent d21c67114f
commit e41fd189dd
@@ -75,12 +75,12 @@ Feature: Posting to forums in a course with no groups behaves correctly
Given I log in as "student1"
And I am on "Course 1" course homepage
When I follow "Separate forum"
Then I should see "You do not have permission to add a new discussion topic for all participants."
Then I should see "You are not able to create a discussion because you are not a member of any group."
And I should not see "Add a new discussion topic"
Scenario: Teachers can post in forum with visible groups
Scenario: Students cannot post in forum with visible groups
Given I log in as "student1"
And I am on "Course 1" course homepage
When I follow "Visible forum"
Then I should see "You do not have permission to add a new discussion topic for all participants."
Then I should see "You are not able to create a discussion because you are not a member of any group."
And I should not see "Add a new discussion topic"