Skip to content

Commit

Permalink
[tests-only][full-ci]Skip private link related tests on ocis (ownclou…
Browse files Browse the repository at this point in the history
…d#8076)

* Skip private link related tests on ocis

* add notToImplementOnOCIS tag instead of skip on
  • Loading branch information
SwikritiT authored Dec 8, 2022
1 parent 216f211 commit 13aa147
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,12 @@ Other free text and markdown formatting can be used elsewhere in the document if
### [when sharer renames the shared resource, sharee get the updated name](https://github.com/owncloud/ocis/issues/2256)
- [webUIRenameFiles/renameFiles.feature:226](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L226)

### [Scoped links](https://github.com/owncloud/web/issues/6844)
- [webUIFilesCopy/copyPrivateLinks.feature:20](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesCopy/copyPrivateLinks.feature#L20)
- [webUIFilesCopy/copyPrivateLinks.feature:21](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesCopy/copyPrivateLinks.feature#L21)

### [Cannot create users with special characters](https://github.com/owncloud/ocis/issues/1417)
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:37](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L37)
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:38](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L38)
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:39](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L39)
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:36](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L36)

### [webUI-Private-Links](https://github.com/owncloud/web/issues/6844)
- [webUIPrivateLinks/accessingPrivateLinks.feature:9](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L9)
- [webUIPrivateLinks/accessingPrivateLinks.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L23)

### [Share additional info](https://github.com/owncloud/ocis/issues/1253)
- [webUISharingInternalUsersShareWithPage/shareWithUsers.feature:138](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersShareWithPage/shareWithUsers.feature#L138)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ocis-web-issue-52
@notToImplementOnOCIS @issue-6844
Feature: copy path as a permanent link
As a user
I want to copy the permanent link of a resource
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
@notToImplementOnOCIS @issue-6844
Feature: Access private link
As a user I want to directly access item which I have received private link for

Background:
Given user "Alice" has been created with default attributes and without skeleton files in the server
And user "Alice" has uploaded file "lorem.txt" to "lorem.txt" in the server

@smokeTest @ocisSmokeTest
@smokeTest
Scenario: Copy and access private link
Given user "Alice" has logged in using the webUI
When the user copies the private link of the file "lorem.txt" using the webUI
And the user navigates to the copied private link using the webUI
Then file "lorem.txt" should be listed on the webUI

@smokeTest @ocisSmokeTest
@smokeTest
Scenario: Access private link before authorisation
When an anonymous user tries to navigate to the private link created by user "Alice" for file "lorem.txt"
Then the user should be redirected to the IdP login page
Expand Down

0 comments on commit 13aa147

Please sign in to comment.