From e81aa45dec0d4e059d7fb1d4f1543f9eea7ee3fc Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Tue, 27 Jun 2023 16:09:12 +0800 Subject: [PATCH] MDL-77286 behat: change window size to large to avoid random fails --- mod/bigbluebuttonbn/tests/behat/recordings_import.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/bigbluebuttonbn/tests/behat/recordings_import.feature b/mod/bigbluebuttonbn/tests/behat/recordings_import.feature index d5c6aaae9d7..fc7a9069c1e 100644 --- a/mod/bigbluebuttonbn/tests/behat/recordings_import.feature +++ b/mod/bigbluebuttonbn/tests/behat/recordings_import.feature @@ -107,6 +107,8 @@ Feature: Manage and list recordings # There is no confirmation dialog when deleting an imported record. And I wait until the page is ready Then I should not see "Recording 1" + # Change window size to large to avoid the "Import recording links" button being hidden (random failure). + And I change window size to "large" And I click on "Import recording links" "button" And I select "Recordings from deleted activities" from the "sourcecourseid" singleselect And I should see "Recording 1"