From 25f2018cc41c0f27dc43dbd1b486d1c452ce1df3 Mon Sep 17 00:00:00 2001
From: Noel De Martin <noel@moodle.com>
Date: Tue, 18 Apr 2023 09:59:18 +0200
Subject: [PATCH] MOBILE-4270 grades: Document duplicated tests

---
 src/core/features/grades/tests/behat/navigation-401.feature | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/core/features/grades/tests/behat/navigation-401.feature b/src/core/features/grades/tests/behat/navigation-401.feature
index 483e1adb1..b6b3c6b1b 100644
--- a/src/core/features/grades/tests/behat/navigation-401.feature
+++ b/src/core/features/grades/tests/behat/navigation-401.feature
@@ -35,6 +35,8 @@ Feature: Grades navigation
       | GI C2.1.2 | student1 | 20    |
       | GI C2.2.1 | student1 | 40    |
 
+  # This scenario is duplicated from main because teacher gradebook is not supported
+  # in 4.1. It tests the grades from participants profile instead.
   Scenario: Mobile navigation (teacher)
     Given I entered the course "Course 2" as "teacher1" in the app
 
@@ -78,6 +80,8 @@ Feature: Grades navigation
     Then I should not find "Weight" in the app
     And I should not find "Percentage" in the app
 
+  # This scenario is duplicated from main because teacher gradebook is not supported
+  # in 4.1. It tests the grades from participants profile instead.
   Scenario: Tablet navigation (teacher)
     Given I entered the course "Course 2" as "teacher1" in the app
     And I change viewport size to "1200x640"