Skip to content

Commit

Permalink
Adjust more 'with skeleton files' steps
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jun 7, 2019
1 parent 6f837ef commit 874bc85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Feature: Autocompletion of share-with names
Given the administrator has set the minimum characters for sharing autocomplete to "4"
And user "regularuser" has logged in using the webUI
And the user has browsed to the files page
And these users have been created but not initialized:
And these users have been created with skeleton files but not initialized:
| username | password | displayname | email |
| use | %alt1% | Use | uz@oc.com.np |
And the user has opened the share dialog for folder "simple-folder"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Feature: Federation Sharing - sharing with users on other cloud storages

Scenario: test sharing folder to a remote server and resharing it back to the local
Given using server "LOCAL"
And these users have been created:
And these users have been created with skeleton files:
| username |
| user2 |
When the user shares folder "simple-folder" with remote user "user1@%remote_server_without_scheme%" using the webUI
Expand All @@ -261,7 +261,7 @@ Feature: Federation Sharing - sharing with users on other cloud storages

Scenario: test resharing folder as readonly and set it as readonly by resharer
Given using server "LOCAL"
And these users have been created:
And these users have been created with skeleton files:
| username |
| user2 |
When the user shares folder "simple-folder" with remote user "user1@%remote_server_without_scheme%" using the webUI
Expand All @@ -279,7 +279,7 @@ Feature: Federation Sharing - sharing with users on other cloud storages

Scenario: test resharing folder and set it as readonly by owner
Given using server "LOCAL"
And these users have been created:
And these users have been created with skeleton files:
| username |
| user2 |
When the user shares folder "simple-folder" with remote user "user1@%remote_server_without_scheme%" using the webUI
Expand Down

0 comments on commit 874bc85

Please sign in to comment.