X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/mod/bigbluebuttonbn/tests/behat
home
/
cbholdings
/
pasukulu
/
mod
/
bigbluebuttonbn
/
tests
/
behat
/
📁
..
📄
add_instance.feature
(2.58 KB)
📄
behat_mod_bigbluebuttonbn.php
(8.91 KB)
📄
completion.feature
(3.28 KB)
📄
edit_instance.feature
(1.47 KB)
📄
end_meeting.feature
(4.46 KB)
📄
group_mode.feature
(7.96 KB)
📄
guest_access.feature
(4 KB)
📄
join_meeting.feature
(2.99 KB)
📄
join_meeting_as_guest.feature
(2.42 KB)
📄
lock_settings.feature
(3 KB)
📄
meeting_roles.feature
(1.79 KB)
📄
recordings.feature
(3.86 KB)
📄
recordings_import.feature
(6.97 KB)
📄
roles.feature
(1.11 KB)
📄
room.feature
(2.24 KB)
📄
start_meeting.feature
(4.42 KB)
Editing: lock_settings.feature
@mod @mod_bigbluebuttonbn Feature: Test that the meeting has the right lock setting. In order to ensure that a meeting creator can lock settings in a meeting As a teacher I set up locked feature for a given meeting and this should be reflected in the meeting. Background: Given a BigBlueButton mock server is configured And I accept dpa and enable bigbluebuttonbn plugin @javascript Scenario Outline: Teacher should be able to set the right lock feature in a given meeting Given the following course exists: | name | Test course | | shortname | C1 | And the following "users" exist: | username | firstname | lastname | email | | traverst | Terry | Travers | t.travers@example.com | And the following "course enrolments" exist: | user | course | role | | traverst | C1 | editingteacher | And the following "activity" exists: | course | C1 | | activity | bigbluebuttonbn | | name | Room recordings | | idnumber | Room recordings | | <locksettingname> | <value> | When I am on the "Room recordings" Activity page logged in as traverst And I click on "Join session" "link" And I switch to "bigbluebutton_conference" window Then I should see "<bbbsettingvalue>" in the "lockSettings" "mod_bigbluebuttonbn > Meeting field" Examples: | locksettingname | value | bbbsettingvalue | | disablecam | 1 | disableCam : enabled | | disablemic | 1 | disableMic : enabled | | disableprivatechat | 1 | disablePrivateChat : enabled | | disablepublicchat | 1 | disablePublicChat : enabled | | disablenote | 1 | disableNote : enabled | | hideuserlist | 1 | hideUserList : enabled | @javascript Scenario: If any lock Setting is enabled, then the LockOnJoin should be enabled Given the following course exists: | name | Test course | | shortname | C1 | And the following "users" exist: | username | firstname | lastname | email | | traverst | Terry | Travers | t.travers@example.com | And the following "course enrolments" exist: | user | course | role | | traverst | C1 | editingteacher | And the following "activity" exists: | course | C1 | | activity | bigbluebuttonbn | | name | Room recordings | | idnumber | Room recordings | | disablecam | 1 | When I am on the "Room recordings" Activity page logged in as traverst And I click on "Join session" "link" And I switch to "bigbluebutton_conference" window Then I should see "disableCam : enabled" in the "lockSettings" "mod_bigbluebuttonbn > Meeting field" Then I should see "lockOnJoin : enabled" in the "lockSettings" "mod_bigbluebuttonbn > Meeting field"
Upload File
Create Folder