__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@core @core_course @communication
Feature: Course communication
In order to create a new communication room in for course
As an admin
I should not have any plugins enabled by default for new and existing courses
Background:
Given the following "courses" exist:
| fullname | shortname |
| Course 1 | C1 |
And I enable communication experimental feature
And I log in as "admin"
Scenario: I should have matrix plugin by default for new courses
Given I go to the courses management page
And I click on category "Category 1" in the management interface
And I follow "Create new course"
And I set the following fields to these values:
| Course full name | Course 2 |
| Course short name | C2 |
And I press "Save and display"
When I navigate to "Communication" in current page administration
Then the field "Provider" matches value "None"
Scenario: I should have communication disabled by default for existing courses
Given I am on "Course 1" course homepage
When I navigate to "Communication" in current page administration
Then the field "Provider" matches value "None"