From ed357f357c03636eccb00313b16bd771527ed1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 22 Jul 2024 15:51:02 +0200 Subject: [PATCH] MOBILE-4616 behat: Fix communication matrix behat test --- src/core/features/course/tests/behat/communication.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/features/course/tests/behat/communication.feature b/src/core/features/course/tests/behat/communication.feature index 00ecbe9c7..d5a79a9e7 100644 --- a/src/core/features/course/tests/behat/communication.feature +++ b/src/core/features/course/tests/behat/communication.feature @@ -20,8 +20,8 @@ Feature: Use custom communication link in course And I navigate to "Communication" in current page administration And I select "Custom link" from the "Provider" singleselect And I set the following fields to these values: - | communicationroomname | Test URL | - | customlinkurl | #wwwroot#/communication/provider/customlink/tests/behat/fixtures/custom_link_test_page.php | + | communication_customlinkroomname | Test URL | + | customlinkurl | #wwwroot#/communication/provider/customlink/tests/behat/fixtures/custom_link_test_page.php | And I press "Save changes" Scenario: Use communication link