Refactored feature files to make consistent inter-scenarios space
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user