From 03a6b0742429c701a2edb829925db87aea75f94b Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Wed, 12 Aug 2020 17:02:16 +0545 Subject: [PATCH] fix comments --- .../features/apiOcisSpecific/apiAuthOcs-ocsGETAuth.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsGETAuth.feature b/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsGETAuth.feature index 3a4d60a79..b153f6faf 100644 --- a/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsGETAuth.feature +++ b/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsGETAuth.feature @@ -128,7 +128,7 @@ Feature: auth @issue-ocis-accounts-73 @issue-ocis-ocs-26 @smokeTest - #after fixing all issues delete this Scenario and use the one above + # after fixing all issues delete this Scenario and use the one from oC10 core Scenario: using OCS as normal user (username has a capital letter) with wrong password When user "Alice" requests these endpoints with "GET" using password "invalid" | endpoint | @@ -147,7 +147,7 @@ Feature: auth @issue-ocis-accounts-73 @issue-ocis-ocs-26 @smokeTest - #after fixing all issues delete this Scenario and use the one above + # after fixing all issues delete this Scenario and use the one from oC10 core Scenario: using OCS as normal user (username does not have a capital letter) with wrong password Given user "brian" has been created with default attributes and skeleton files When user "brian" requests these endpoints with "GET" using password "invalid" @@ -177,7 +177,7 @@ Feature: auth @issue-ocis-accounts-73 @issue-ocis-ocs-26 @smokeTest - #after fixing all issues delete this Scenario and use the one above + # after fixing all issues delete this Scenario and use the one from oC10 core Scenario: using OCS as normal user (username does not have a capital letter) with wrong password Given user "brian" has been created with default attributes and skeleton files When user "brian" requests these endpoints with "GET" using password "invalid"