diff --git a/tests/acceptance/features/webUILogin/login.feature b/tests/acceptance/features/webUILogin/login.feature index 95f31f8d150f..d71e4afb4805 100644 --- a/tests/acceptance/features/webUILogin/login.feature +++ b/tests/acceptance/features/webUILogin/login.feature @@ -10,7 +10,7 @@ Feature: login users @TestAlsoOnExternalUserBackend Scenario: simple user login - Given these users have been created with default attributes and skeleton files but not initialized: + Given these users have been created with default attributes and without skeleton files: | username | | user1 | When user "user1" logs in using the webUI diff --git a/tests/acceptance/features/webUILogin/resetPassword.feature b/tests/acceptance/features/webUILogin/resetPassword.feature index f93fb6a6799b..c16dc57742cb 100644 --- a/tests/acceptance/features/webUILogin/resetPassword.feature +++ b/tests/acceptance/features/webUILogin/resetPassword.feature @@ -5,7 +5,7 @@ Feature: reset the password So that I can login to my account again after forgetting the password Background: - Given these users have been created with default attributes and skeleton files but not initialized: + Given these users have been created with default attributes and without skeleton files: | username | | user1 | And the user has browsed to the login page diff --git a/tests/acceptance/features/webUILogin/resetPasswordUsingEmail.feature b/tests/acceptance/features/webUILogin/resetPasswordUsingEmail.feature index 6a1814685255..79590e7feb5f 100644 --- a/tests/acceptance/features/webUILogin/resetPasswordUsingEmail.feature +++ b/tests/acceptance/features/webUILogin/resetPasswordUsingEmail.feature @@ -5,7 +5,7 @@ Feature: reset the password using an email address So that I can login to my account again after forgetting the password Background: - Given these users have been created with default attributes and skeleton files but not initialized: + Given these users have been created with default attributes and without skeleton files: | username | | user1 | And the user has browsed to the login page