From cccaaa3d825a2c1bcc74be455dfcfea67f913d85 Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 12 Apr 2021 06:16:34 +0200 Subject: [PATCH] Other: turn off bad login in live test --- test/features/bridge/users/login.feature | 2 ++ test/features/ie/users/login.feature | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/features/bridge/users/login.feature b/test/features/bridge/users/login.feature index 8f89bee1..9aaeac2e 100644 --- a/test/features/bridge/users/login.feature +++ b/test/features/bridge/users/login.feature @@ -7,10 +7,12 @@ Feature: Login for the first time And "user" has database file And "user" has running event loop + @ignore-live Scenario: Login with bad username When "user" logs in with bad password Then last response is "failed to login: Incorrect login credentials. Please try again" + @ignore-live Scenario: Login with bad password Given there is user "user" When "user" logs in with bad password diff --git a/test/features/ie/users/login.feature b/test/features/ie/users/login.feature index e74cc7b2..04c73647 100644 --- a/test/features/ie/users/login.feature +++ b/test/features/ie/users/login.feature @@ -5,10 +5,12 @@ Feature: Login for the first time Then last response is "OK" And "user" is connected + @ignore-live Scenario: Login with bad username When "user" logs in with bad password Then last response is "failed to login: Incorrect login credentials. Please try again" + @ignore-live Scenario: Login with bad password Given there is user "user" When "user" logs in with bad password