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: join_meeting.feature
@mod @mod_bigbluebuttonbn @javascript Feature: Test the ability to run the full meeting lifecycle (start to end) I can start a meeting then end it Background: Given a BigBlueButton mock server is configured And I accept dpa and enable bigbluebuttonbn plugin And the following config values are set as admin: | bigbluebuttonbn_userlimit_editable | 1 | 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 | | uraverst | Uerry | Uravers | u.uravers@example.com | | vraverst | Verry | Vravers | v.vravers@example.com | And the following "course enrolments" exist: | user | course | role | | traverst | C1 | student | | uraverst | C1 | student | | vraverst | C1 | student | And the following "activity" exists: | course | C1 | | activity | bigbluebuttonbn | | name | Room recordings | | idnumber | Room recordings | | moderators | role:editingteacher | | wait | 0 | | userlimit | 2 | Scenario: Users should be able to join a meeting then end the meeting for themselves and return to the meeting page to join again. When I am on the "Room recordings" Activity page logged in as traverst Then "Join session" "link" should exist When I click on "Join session" "link" And I switch to "bigbluebutton_conference" window And I click on "End Meeting" "link" # Selenium driver does not like the click action to be done before we # automatically close the window so we need to make sure that the window # is closed before. And I close all opened windows And I switch to the main window And I reload the page Then I should see "Room recordings" And I should see "This room is ready. You can join the session now." Scenario: Users can join the meeting until the maximum number of users has been reached When I am on the "Room recordings" Activity page logged in as traverst Then "Join session" "link" should exist And I click on "Join session" "link" And I switch to the main window And I log out Then I am on the "Room recordings" Activity page logged in as uraverst And "Join session" "link" should exist And I click on "Join session" "link" And I switch to the main window And I log out Then I am on the "Room recordings" Activity page logged in as vraverst Then "Join session" "link" should not exist And I should see "The limit of how many users allowed in a session has been reached" And I log out Then I am on the "Room recordings" Activity page logged in as admin Then "Join session" "link" should not exist And I should see "The limit of how many users allowed in a session has been reached"
Upload File
Create Folder