From 0d7642b8e837e18cfb240276a7b5d747e992dce5 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Fri, 17 Feb 2023 08:43:08 +0800 Subject: [PATCH] MDL-77285 behat: change window size to large to prevent error --- mod/bigbluebuttonbn/tests/behat/recordings.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/bigbluebuttonbn/tests/behat/recordings.feature b/mod/bigbluebuttonbn/tests/behat/recordings.feature index edeb244d124..d516919a8bc 100644 --- a/mod/bigbluebuttonbn/tests/behat/recordings.feature +++ b/mod/bigbluebuttonbn/tests/behat/recordings.feature @@ -63,6 +63,7 @@ Feature: The recording can be managed through the room page @javascript Scenario: I can delete a recording 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" And I click on "OK" "button" in the "Confirm" "dialogue" Then I should not see "Recording 1"