Skip to content

Commit

Permalink
Revert accepting shares to using the middleware in resharing test
Browse files Browse the repository at this point in the history
Idea was to use the web ui for accepting the share, but this fails on
mobile resolutions where the status column doesn't fit on the screen.
  • Loading branch information
kulmann committed Mar 28, 2022
1 parent 8a9591c commit 5f635b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ Feature: restrict resharing
And user "Brian" has created folder "simple-folder" in the server
And user "Brian" has uploaded file "lorem.txt" to "simple-folder/lorem.txt" in the server
And user "Brian" has shared folder "simple-folder" with user "Alice" in the server
And user "Alice" has accepted the share "Shares/simple-folder" offered by user "Brian" in the server
When user "Alice" logs in using the webUI
And the user has browsed to the shared-with-me page
And the user accepts share "simple-folder" offered by user "Brian Murphy" using the webUI
And the user browses to the files page
And the user opens folder "Shares" using the webUI
When the user marks file "simple-folder" as favorite using the webUI
Expand All @@ -38,6 +37,7 @@ Feature: restrict resharing




@smokeTest
Scenario: disable resharing and check if the received resource from group share can be reshared
Given the setting "shareapi_allow_resharing" of app "core" has been set to "no" in the server
Expand Down

0 comments on commit 5f635b6

Please sign in to comment.