From 9172326a74a315288ee8c39a8180dfbbb8d1c7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Mon, 19 Jan 2026 14:41:38 +0100 Subject: [PATCH] Activities block removal in 5.2 tackeled. --- tests/behat/overview_report.feature | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/behat/overview_report.feature b/tests/behat/overview_report.feature index dcddff6..cc23383 100644 --- a/tests/behat/overview_report.feature +++ b/tests/behat/overview_report.feature @@ -66,11 +66,7 @@ Feature: Testing overview integration in journal activity @javascript Scenario: The journal activity index redirect to the activities overview Given the site is running Moodle version 5.0 or higher - When I log in as "admin" - And I am on "Course 1" course homepage with editing mode on - And I add the "Activities" block - And I click on "Journals" "link" in the "Activities" "block" - Then I should see "An overview of all activities in the course" - And I should see "Name" in the "journal_overview_collapsible" "region" + When I am on the "C1" "course > activities > journal" page logged in as "admin" + Then I should see "Name" in the "journal_overview_collapsible" "region" And I should see "Entries" in the "journal_overview_collapsible" "region" And I should see "Test journal name"