AutorÃa | Ultima modificación | Ver Log |
@mod @mod_bigbluebuttonbn @javascriptFeature: bigbluebuttonbn instanceIn order to create a room activity with recordingsAs a userI need to add three room activities to an existent courseBackground: Make sure that a course is createdGiven a BigBlueButton mock server is configuredAnd I enable "bigbluebuttonbn" "mod" pluginAnd the following "courses" exist:| fullname | shortname | category || Test course | Test course | 0 |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: Add a mod_bigbluebuttonbn instance with Room with recordingsWhen I am on the "BBB Instance name" "bigbluebuttonbn activity" pageThen I should see "This room is ready. You can join the session now."And I should see "Join session"And I should see "Recordings"Scenario: Add a mod_bigbluebuttonbn instance with Room onlyWhen I am on the "BBB Instance name 2" "bigbluebuttonbn activity" pageThen I should see "This room is ready. You can join the session now."And I should see "Join session"And I should not see "Recordings"Scenario: Add a mod_bigbluebuttonbn instance with Recordings onlyWhen I am on the "BBB Instance name 3" "bigbluebuttonbn activity" pageThen I should not see "This room is ready. You can join the session now."And I should not see "Join session"And I should see "Recordings"Scenario: Add a Recording Only activity and check that no live session settings are available for this instance typeWhen I change window size to "large"And I add a bigbluebuttonbn activity to course "Test course" section "1"And I select "Recordings only" from the "Instance type" singleselectThen I should not see "Lock settings"Scenario Outline: Add an activity and check that required settings are available for the three types of instance typesWhen 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" singleselectThen I should see "Restrict access"Examples:| type || Room with recordings || Room only || Recordings only |