From 8068912aefbb8b405dd99f31588325ab74d44cb4 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Thu, 7 Mar 2024 10:22:34 +0800 Subject: [PATCH] MDL-80460 behat: use the correct section name --- course/format/tests/behat/section_page.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/format/tests/behat/section_page.feature b/course/format/tests/behat/section_page.feature index c2276c7645925..4b87c8e5b5d42 100644 --- a/course/format/tests/behat/section_page.feature +++ b/course/format/tests/behat/section_page.feature @@ -88,5 +88,5 @@ Feature: Single section course page Scenario: The add section button is not displayed in the single section page Given I turn editing mode on - When I click on "View" "link" in the "Topic 1" "section" + When I click on "View" "link" in the "Section 1" "section" Then "Add section" "link" should not exist in the "region-main" "region"