Refactored feature files to make consistent inter-scenarios space

This commit is contained in:
Prarup Gurung
2022-11-01 15:13:14 +05:45
parent a39f754afd
commit 35672b0014
11 changed files with 17 additions and 2 deletions
@@ -1,6 +1,7 @@
@api
Feature: an user changes its own password
Scenario Outline: change own password
Given user "Alice" has been created with default attributes and without skeleton files
When the user "Alice" changes its own password "<currentPassword>" to "<newPassword>" using the Graph API
@@ -1,6 +1,7 @@
@api
Feature: create groups, group names are case insensitive
Scenario Outline: group names are case insensitive, creating groups with different upper and lower case names
Given using OCS API version "<ocs_api_version>"
And group "<group_id1>" has been created