From 8d31f724c539247320cb025920bf9889bb93d18c Mon Sep 17 00:00:00 2001 From: Hari Bhandari Date: Tue, 11 Jun 2019 09:45:47 +0545 Subject: [PATCH] webui login without skeleton files --- tests/acceptance/features/webUILogin/login.feature | 2 +- tests/acceptance/features/webUILogin/resetPassword.feature | 2 +- .../features/webUILogin/resetPasswordUsingEmail.feature | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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