Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tests-Only] Fix links for issuesin expected failure files #5478

Merged
merged 1 commit into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
- [webUISharingNotifications/notificationLink.feature:18](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/notificationLink.feature#L18)
- [webUISharingNotificationsToRoot/notificationLink.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotificationsToRoot/notificationLink.feature#L17)

### [Trashbin Delete with small screen size] (https://github.com/owncloud/web/issues/5372)
### [impossible to navigate into a folder in the trashbin] (https://github.com/owncloud/web/issues/1725)
- [webUITrashbinDelete/trashbinDelete.feature:29](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#29)
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
- [webUISharingNotifications/notificationLink.feature:18](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/notificationLink.feature#L18)
- [webUISharingNotificationsToRoot/notificationLink.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotificationsToRoot/notificationLink.feature#L17)

### [Trashbin Delete with small screen size] (https://github.com/owncloud/web/issues/5372)
### [impossible to navigate into a folder in the trashbin] (https://github.com/owncloud/web/issues/1725)
- [webUITrashbinDelete/trashbinDelete.feature:29](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#29)
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Other free text and markdown formatting can be used elsewhere in the document if
- [webUISharingNotifications/notificationLink.feature:18](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/notificationLink.feature#L18)
- [webUISharingNotificationsToRoot/notificationLink.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotificationsToRoot/notificationLink.feature#L17)

### [Trashbin Delete with small screen size] (https://github.com/owncloud/web/issues/5372)
### [impossible to navigate into a folder in the trashbin] (https://github.com/owncloud/web/issues/1725)
- [webUITrashbinDelete/trashbinDelete.feature:29](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#29)
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Feature: files and folders can be deleted from the trashbin
When the user deletes file "lorem.txt" using the webUI
And the user deletes file "sample,1.txt" using the webUI
And the user opens folder "simple-folder" using the webUI
And the user deletes file "lorem-big.txt" using the webUI
And the user deletes file "lorem.txt" using the webUI
Then file "lorem.txt" should not be listed on the webUI
And file "sample,1.txt" should not be listed on the webUI
But file "lorem.txt" should be listed in the trashbin folder "simple-folder" on the webUI
Expand Down