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