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][full-ci]Bump ocis commit id for tests #7010

Merged
merged 2 commits into from
May 19, 2022
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
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The version of OCIS to use in pipelines that test against OCIS
OCIS_COMMITID=5c2d4f1f600f55e070ac6a3286f941312de18312
OCIS_COMMITID=ea435449d2843a96c6b5d030e139eb6658a17078
OCIS_BRANCH=master
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Other free text and markdown formatting can be used elsewhere in the document if
- [webUIFavorites/unfavoriteFile.feature:87](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L87)
- [webUIFavorites/unfavoriteFile.feature:102](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L102)
- [webUIFilesSearch/search.feature:103](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesSearch/search.feature#L103)
- [webUIFilesSearch/search.feature:153](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesSearch/search.feature#L153)
- [webUIFilesSearch/search.feature:165](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesSearch/search.feature#L165)
Copy link
Contributor Author

@SwikritiT SwikritiT May 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These tests were removed in ocis as well in this PR owncloud/ocis#3794. See owncloud/ocis#3794 (comment) for more context

- [webUIFilesSearch/search.feature:175](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesSearch/search.feature#L175)
- [webUIResharing1/reshareUsers.feature:230](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing1/reshareUsers.feature#L230)

Expand Down
4 changes: 2 additions & 2 deletions tests/acceptance/features/webUIFilesSearch/search.feature
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Feature: Search
When the user searches for "strängéनेपाली" using the webUI
Then file "strängéनेपालीloremfile.txt" should be listed on the webUI

@issue-1726

Scenario: Search for deleted folder in the trashbin
Given user "Alice" has created folder "deleted folder" in the server
And user "Alice" has created folder "not deleted folder" in the server
Expand All @@ -161,7 +161,7 @@ Feature: Search
Then folder "not deleted folder" should be listed on the webUI
And folder "deleted folder" should not be listed on the webUI

@issue-1726

Scenario: Search for favorited folder in favorites page
Given user "Alice" has created folder "favorite folder" in the server
And user "Alice" has created folder "not favorite folder" in the server
Expand Down