From e3066f3efdb7772c4d47865ee68eb6a19189aba9 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Fri, 10 Feb 2023 09:42:50 +0100 Subject: [PATCH] MDL-77219 behat: Fix issue with headless Although the error in the "I check that I can import recordings into the Recording activity and then if I delete them" scenario is unrelated to this patch, this commit needs to be applied too, in order to avoid behat failures (because the "Import recording links" button is in the edge of the window). This is a backport of MDL-74272. --- 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