From bde8e45b37f1d761cddabb87617291f39b46cb1a Mon Sep 17 00:00:00 2001 From: gzafirova Date: Thu, 18 Jan 2024 17:50:19 +0100 Subject: [PATCH] test(GODT-3220): Add test scenarios for loging in with an alias address -Added test scenarios for logging in with an alias address and logging in with an alias address that no longer exists GODT-3220 --- tests/features/user/login.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/features/user/login.feature b/tests/features/user/login.feature index 81f52bbd..2476a7e1 100644 --- a/tests/features/user/login.feature +++ b/tests/features/user/login.feature @@ -61,4 +61,5 @@ Feature: A user can login When the account "[user:user]" no longer has additional address "[user:alias]@[domain]" Then user "[user:user]" is not listed When the user logs in with alias address "[user:alias]@[domain]" and password "password2" - Then it fails \ No newline at end of file + Then it fails + \ No newline at end of file