From 50ab3f94d581b4373c6d6a239cafcb9d377b7bf1 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Mon, 4 Nov 2024 09:46:41 +0800 Subject: [PATCH] MDL-83619 behat: enable bbb module early in the test --- .../behat/bigbluebuttonbn_activity_availability.feature | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mod/bigbluebuttonbn/tests/behat/bigbluebuttonbn_activity_availability.feature b/mod/bigbluebuttonbn/tests/behat/bigbluebuttonbn_activity_availability.feature index 91098565543..34ea0cdfe94 100644 --- a/mod/bigbluebuttonbn/tests/behat/bigbluebuttonbn_activity_availability.feature +++ b/mod/bigbluebuttonbn/tests/behat/bigbluebuttonbn_activity_availability.feature @@ -6,6 +6,7 @@ Feature: Manage BigBlueButton session timings Background: Given a BigBlueButton mock server is configured + And I enable "bigbluebuttonbn" "mod" plugin And the following "courses" exist: | fullname | shortname | | Course 1 | C1 | @@ -28,9 +29,9 @@ Feature: Manage BigBlueButton session timings When I am on the "BBB 1" "bigbluebuttonbn activity" page logged in as student1 And "Join session" "link" exist And I should see "Open:" - And I should see "%A, %d %B %Y, %I:%M##" + And I should see "%A, %d %B %Y##" And I should see "Close:" - And I should see "%A, %d %B %Y, %I:%M##" + And I should see "%A, %d %B %Y##" And I am viewing calendar in "month" view And I see "BBB 1" And I am on site homepage