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