This commit is contained in:
Eloy Lafuente (stronk7) 2022-03-15 23:07:47 +01:00
commit 984669aeb2

View File

@ -1,4 +1,4 @@
@mod @mod_bigbluebuttonbn @core_form @course
@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
@ -76,6 +76,7 @@ Feature: The recording can be managed through the room page
Given the BigBlueButtonBN server has sent recording ready notifications
And I am on the "RoomRecordings" "bigbluebuttonbn activity" page logged in as admin
When I click on "a[data-action='delete']" "css_element" in the "Recording 1" "table_row"
And I wait until the page is ready
And I click on "OK" "button" in the "Confirm" "dialogue"
Then I should not see "Recording 1"
And I should see "Recording 2"