Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: owncloud/web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7f1658bf9fb109e7c6730b574e23939317b18662
Choose a base ref
..
head repository: owncloud/web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 741544cbb920556cde2a74a407299509dddca4af
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 tests/acceptance/features/webUISharingNotificationsToShares/shareWithUsers.feature
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@ Feature: Sharing files and folders with internal users
And user "user1" has shared folder "simple-empty-folder" with user "user2"
When user "user2" logs in using the webUI
And the user accepts all shares displayed in the notifications on the webUI
And the user reloads the current page of the webUI
And the user browses to the folder "Shares" on the files page
Then folder "simple-folder" should be listed on the webUI
And folder "simple-empty-folder" should be listed on the webUI
@@ -52,7 +51,8 @@ Feature: Sharing files and folders with internal users
And user "user1" has shared folder "simple-empty-folder" with user "user2"
When user "user2" logs in using the webUI
And the user declines all shares displayed in the notifications on the webUI
Then folder "simple-folder (2)" should not be listed on the webUI
Then folder "Shares" should not be listed on the webUI
And folder "simple-folder (2)" should not be listed on the webUI
And folder "simple-empty-folder (2)" should not be listed on the webUI
When the user browses to the shared-with-me page using the webUI
Then folder "simple-folder" shared by "User One" should be in "Declined" state on the webUI