From 419f691c86752eaf7d4ac0b92ac0854dcd1c2938 Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Thu, 5 Dec 2019 11:49:12 +0100 Subject: [PATCH] Fix Feature description --- test/login_logout/test/behave/features/login.feature | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/login_logout/test/behave/features/login.feature b/test/login_logout/test/behave/features/login.feature index 065324d..3ae72fe 100644 --- a/test/login_logout/test/behave/features/login.feature +++ b/test/login_logout/test/behave/features/login.feature @@ -1,7 +1,8 @@ @oauth -Feature: Test login-provder function - As a OAS user +Feature: Test login-provider function + As an OAS user I want to be able to login to an OAS App + And verify my userdata that is provided by OpenID Connect Scenario: Open the oAuth application When I open the URL "url" -- GitLab