Merge branch 'MDL-77285-master' of https://github.com/lameze/moodle

This commit is contained in:
Ilya Tregubov 2023-02-22 12:26:33 +08:00
commit 9f31d4cd5f

View file

@ -63,6 +63,7 @@ Feature: The recording can be managed through the room page
@javascript @javascript
Scenario: I can delete a recording Scenario: I can delete a recording
Given I am on the "RoomRecordings" "bigbluebuttonbn activity" page logged in as admin 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" 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" And I click on "OK" "button" in the "Confirm" "dialogue"
Then I should not see "Recording 1" Then I should not see "Recording 1"