From be62fc8ee66a1fb61b8e36bdf1c6922bab2215a9 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Wed, 10 Jul 2024 09:39:26 +0200 Subject: [PATCH] MOBILE-4616 behat: Limit password change test to LMS 4.3+ This is because of a string change in LMS --- src/core/features/login/tests/behat/basic_usage.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/features/login/tests/behat/basic_usage.feature b/src/core/features/login/tests/behat/basic_usage.feature index 43490dabd..2285a9d93 100755 --- a/src/core/features/login/tests/behat/basic_usage.feature +++ b/src/core/features/login/tests/behat/basic_usage.feature @@ -97,6 +97,7 @@ Feature: Test basic usage of login in app When I enter the app Then I should find "App update required" in the app + @lms_from4.3 Scenario: Force password change Given I force a password change for user "student1" When I enter the app