From 746e60f51ed1dc6acc800731f747b9301a5cb4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Fri, 12 Jul 2024 13:53:14 +0200 Subject: [PATCH] MOBILE-4616 login: Fix text on behat --- src/core/features/login/tests/behat/basic_usage.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/features/login/tests/behat/basic_usage.feature b/src/core/features/login/tests/behat/basic_usage.feature index ee070c9bb..43490dabd 100755 --- a/src/core/features/login/tests/behat/basic_usage.feature +++ b/src/core/features/login/tests/behat/basic_usage.feature @@ -135,7 +135,7 @@ Feature: Test basic usage of login in app When I set the field "Current password" to "student1" And I set the field "New password" to "NewPassword1*" And I set the field "New password (again)" to "NewPassword1*" - And I click on "Sign out everywhere" "checkbox" + And I click on "Log out of all web apps" "checkbox" And I click on "Save changes" "button" Then I should see "Password has been changed"