Skip to content

Commit

Permalink
added file check in the webUI
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed May 4, 2022
1 parent ff3340f commit 2881479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ Feature: Federation Sharing - sharing with users on other cloud storages
And the user opens folder "Shares" using the webUI
And the user opens folder "simple-folder" using the webUI
And the user uploads file "new-lorem.txt" using the webUI
Then as "Alice" file "simple-folder/new-lorem.txt" should exist on remote server
Then file "new-lorem.txt" should be listed on the webUI
And as "Alice" file "simple-folder/new-lorem.txt" should exist on remote server

@issue-3309
Scenario: rename a file in a received share - remote server shares - local server receives
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ Feature: Federation Sharing - sharing with users on other cloud storages
When the user reloads the current page of the webUI
And the user opens folder "simple-folder" using the webUI
And the user uploads file "new-lorem.txt" using the webUI
Then as "Alice" file "simple-folder/new-lorem.txt" should exist on remote server
Then file "new-lorem.txt" should be listed on the webUI
And as "Alice" file "simple-folder/new-lorem.txt" should exist on remote server

@issue-3309
Scenario: rename a file in a received share - remote server shares - local server receives
Expand Down

0 comments on commit 2881479

Please sign in to comment.