-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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] Remove ocis/reva related scenario tags #40621
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@api @issue-ocis-reva-26 @issue-ocis-reva-27 | ||
@api | ||
Feature: CORS headers | ||
|
||
Background: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@api @issue-ocis-reva-28 | ||
@api | ||
Feature: auth | ||
|
||
Background: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@api @issue-ocis-reva-28 @issue-ocis-reva-37 | ||
@api | ||
Feature: tokenAuth | ||
|
||
Background: | ||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -30,7 +30,7 @@ Feature: create folder using MKCOL | |||||
| /remote.php/dav/files/%username%/PARENT/parent.txt | | ||||||
Then the HTTP status code of responses on all endpoints should be "401" | ||||||
|
||||||
@skipOnOcV10 @issue-ocis-5049 @issue-ocis-reva-9 @issue-ocis-reva-197 | ||||||
@skipOnOcV10 @issue-ocis-reva-197 | ||||||
Scenario: send MKCOL requests to another user's webDav endpoints as normal user | ||||||
Given user "Brian" has been created with default attributes and without skeleton files | ||||||
When user "Brian" requests these endpoints with "MKCOL" including body "" about user "Alice" | ||||||
|
@@ -41,7 +41,7 @@ Feature: create folder using MKCOL | |||||
| /remote.php/dav/files/%username%/PARENT/parent.txt | | ||||||
Then the HTTP status code of responses on all endpoints should be "404" | ||||||
|
||||||
@skipOnOcV10 @issue-ocis-5049 @issue-ocis-reva-9 @issue-ocis-reva-197 | ||||||
@skipOnOcV10 @issue-ocis-reva-197 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All remaining |
||||||
Scenario: send MKCOL requests to non-existent user's webDav endpoints as normal user | ||||||
Given user "Brian" has been created with default attributes and without skeleton files | ||||||
When user "Brian" requests these endpoints with "MKCOL" including body "" about user "non-existent-user" | ||||||
|
@@ -86,7 +86,7 @@ Feature: create folder using MKCOL | |||||
| /remote.php/dav/files/%username%/PARENT/parent.txt | | ||||||
Then the HTTP status code of responses on all endpoints should be "401" | ||||||
|
||||||
@issue-ocis-reva-37 | ||||||
|
||||||
Scenario: send MKCOL requests to webDav endpoints using token authentication should not work | ||||||
Given token auth has been enforced | ||||||
And a new browser session for "Alice" has been started | ||||||
|
@@ -100,7 +100,7 @@ Feature: create folder using MKCOL | |||||
| /remote.php/dav/files/%username%/PARENT/parent.txt | | ||||||
Then the HTTP status code of responses on all endpoints should be "401" | ||||||
|
||||||
@issue-ocis-reva-37 | ||||||
|
||||||
Scenario: send MKCOL requests to webDav endpoints using app password token as password | ||||||
Given token auth has been enforced | ||||||
And a new browser session for "Alice" has been started | ||||||
|
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -34,7 +34,7 @@ Feature: PROPPATCH file/folder | |||
| /remote.php/dav/files/%username%/PARENT/parent.txt | | ||||
Then the HTTP status code of responses on all endpoints should be "401" | ||||
|
||||
@issue-ocis-reva-9 @issue-ocis-reva-197 | ||||
@issue-ocis-reva-197 | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||
Scenario: send PROPPATCH requests to another user's webDav endpoints as normal user | ||||
When user "Brian" requests these endpoints with "PROPPATCH" to set property "favorite" about user "Alice" | ||||
| endpoint | | ||||
|
@@ -76,7 +76,7 @@ Feature: PROPPATCH file/folder | |||
| /remote.php/dav/files/%username%/PARENT/parent.txt | | ||||
Then the HTTP status code of responses on all endpoints should be "401" | ||||
|
||||
@issue-ocis-reva-37 | ||||
|
||||
Scenario: send PROPPATCH requests to webDav endpoints using token authentication should not work | ||||
Given token auth has been enforced | ||||
And a new browser session for "Alice" has been started | ||||
|
@@ -90,7 +90,7 @@ Feature: PROPPATCH file/folder | |||
| /remote.php/dav/files/%username%/PARENT/parent.txt | | ||||
Then the HTTP status code of responses on all endpoints should be "401" | ||||
|
||||
@issue-ocis-reva-37 | ||||
|
||||
Scenario: send PROPPATCH requests to webDav endpoints using app password token as password | ||||
Given token auth has been enforced | ||||
And a new browser session for "Alice" has been started | ||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@api @comments-app-required @issue-ocis-reva-38 | ||
@api @comments-app-required | ||
Feature: Comments | ||
|
||
Background: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.