From f7f6048f2296d068ee64e8f71b06fb3308855ad6 Mon Sep 17 00:00:00 2001 From: Nic Townsend Date: Mon, 7 Dec 2020 09:08:12 +0000 Subject: [PATCH] fix: re-enable test - security test was left commented Contributes to: strimzi/strimzi-ui#106 Signed-off-by: Nic Townsend --- server/security/security.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server/security/security.feature b/server/security/security.feature index 389ff907..54871d6d 100644 --- a/server/security/security.feature +++ b/server/security/security.feature @@ -5,11 +5,11 @@ Feature: Security module Scenario: SCRAM - authenticate valid credentials Given a server with a 'security' configuration - # And authentication type 'scram' is required - # And I run an instance of the Strimzi-UI server - # And a scram user is valid - # When I send credentials to endpoint '/auth/login' - # Then I get the expected status code '200' response + And authentication type 'scram' is required + And I run an instance of the Strimzi-UI server + And a scram user is valid + When I send credentials to endpoint '/auth/login' + Then I get the expected status code '200' response Scenario: SCRAM - authenticate invalid credentials