From 6d4937222e67d67a917219471d59cbacdaf5f2c2 Mon Sep 17 00:00:00 2001 From: gzafirova Date: Sun, 11 Feb 2024 19:09:19 +0100 Subject: [PATCH] test(GODT-3220): Rollback to a test scenario for logging in with an alias address -Added test scenario for logging in with an alias address GODT-3220 --- tests/features/user/login.feature | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tests/features/user/login.feature b/tests/features/user/login.feature index 2476a7e1..a05b758d 100644 --- a/tests/features/user/login.feature +++ b/tests/features/user/login.feature @@ -51,15 +51,5 @@ Feature: A user can login Given the account "[user:user]" has additional address "[user:alias]@[domain]" When the user logs in with alias address "[user:alias]@[domain]" and password "password2" Then user "[user:user]" is eventually listed and connected - - Scenario: Login to account with an alias address that no longer exists - Given the account "[user:user]" has additional address "[user:alias]@[domain]" - And the user logs in with alias address "[user:alias]@[domain]" and password "password2" - And user "[user:user]" is eventually listed and connected - When user "[user:user]" is deleted - Then user "[user:user]" is not listed - 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