From ad1a9e85de9f39abf69f8703c143d95f52c13367 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Fri, 10 Feb 2023 09:42:50 +0100 Subject: [PATCH] MDL-74272 behat: Fix issue with headless It seems unrelated to this patch... But git bisect pointed it here. --- mod/bigbluebuttonbn/tests/behat/recordings_import.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/bigbluebuttonbn/tests/behat/recordings_import.feature b/mod/bigbluebuttonbn/tests/behat/recordings_import.feature index caf5b53f1ff..e763c787c40 100644 --- a/mod/bigbluebuttonbn/tests/behat/recordings_import.feature +++ b/mod/bigbluebuttonbn/tests/behat/recordings_import.feature @@ -57,6 +57,7 @@ Feature: Manage and list recordings Scenario: I check that I can import recordings into the Recording activity and then if I delete them they are back into the pool to be imported again When I am on the "RoomRecordings1" "bigbluebuttonbn activity" page logged in as "admin" + And I change window size to "large" And I click on "Import recording links" "button" And I select "Test Course 1 (C1)" from the "sourcecourseid" singleselect And I select "RoomRecordings" from the "sourcebn" singleselect