MOBILE-4616 behat: Limit password change test to LMS 4.3+
This is because of a string change in LMSmain
parent
8b34f1f40a
commit
be62fc8ee6
|
@ -97,6 +97,7 @@ Feature: Test basic usage of login in app
|
||||||
When I enter the app
|
When I enter the app
|
||||||
Then I should find "App update required" in the app
|
Then I should find "App update required" in the app
|
||||||
|
|
||||||
|
@lms_from4.3
|
||||||
Scenario: Force password change
|
Scenario: Force password change
|
||||||
Given I force a password change for user "student1"
|
Given I force a password change for user "student1"
|
||||||
When I enter the app
|
When I enter the app
|
||||||
|
|
Loading…
Reference in New Issue