From 4bf8eda9d10651f56dec005b4e18bd2dde426565 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Tue, 18 Apr 2023 09:56:51 +0200 Subject: [PATCH] MOBILE-4270 glossary: Skip 3.9 unsupported tests --- src/addons/mod/glossary/tests/behat/basic_usage.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/addons/mod/glossary/tests/behat/basic_usage.feature b/src/addons/mod/glossary/tests/behat/basic_usage.feature index 4d2e0d270..d1f7946db 100644 --- a/src/addons/mod/glossary/tests/behat/basic_usage.feature +++ b/src/addons/mod/glossary/tests/behat/basic_usage.feature @@ -154,6 +154,7 @@ Feature: Test basic usage of glossary in app Then I should find "Garlic" in the app And I should find "Allium sativum" in the app + @lms_from3.10 Scenario: Edit entries Given I entered the glossary activity "Test glossary" on course "Course 1" as "student1" in the app @@ -270,6 +271,7 @@ Feature: Test basic usage of glossary in app But I should not find "stub2.txt" in the app And I should not find "Brassica oleracea var. italica" in the app + @lms_from3.10 Scenario: Delete entries Given I entered the glossary activity "Test glossary" on course "Course 1" as "student1" in the app