From 52b89004fbd8db4c74e0f978bee0149e6fb7b9d8 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Thu, 13 Dec 2018 06:27:25 +0500 Subject: [PATCH] Add empty line --- features/desktop/sign_up.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/desktop/sign_up.feature b/features/desktop/sign_up.feature index 4234d98..ae33877 100644 --- a/features/desktop/sign_up.feature +++ b/features/desktop/sign_up.feature @@ -11,5 +11,6 @@ Feature: Sign up And I click the form button "Регистрация" Then I am successfully signed up, but my email is unconfirmed And I received confirmation email as "user@example.com" + When I try to sign in with email "user@example.com" and password "password" Then I fail to sign in because of unconfirmed email