Skip to content

Commit

Permalink
Merge branch 'expected-failure-single-feature' of https://github.com/…
Browse files Browse the repository at this point in the history
…owncloud/core into expected-failure-single-feature
  • Loading branch information
swoichha committed Aug 27, 2020
2 parents 03bff0e + 5c186d0 commit 8c676b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ config = {
'apiWebdavUpload1',
'apiWebdavUpload2',
],
'extraEnvironment': {
'EXPECTED_FAILURES_FILE': 'tests/acceptance/expected-failures.txt'
}
},
'apiNotifications': {
'suites': [
Expand Down
4 changes: 4 additions & 0 deletions tests/acceptance/expected-failures.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiComments/comments.feature:9
# write a comment
apiComments/comments.feature:38
apiComments/createComments.feature:24
4 changes: 2 additions & 2 deletions tests/acceptance/features/apiComments/comments.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Feature: Comments
And user "Alice" has commented with content "My first comment" on file "/myFileToComment.txt"
And user "Alice" should have the following comments on file "/myFileToComment.txt"
| user | comment |
| Alice | My first comment |
| Alice | My first comments |
When user "Alice" gets the following properties of folder "/myFileToComment.txt" using the WebDAV API
| propertyName |
| oc:comments-href |
Expand Down Expand Up @@ -47,7 +47,7 @@ Feature: Comments
| objectType | files |
| isUnread | false |
| actorDisplayName | %displayname% |
| message | My first comment |
| message | My first comments |

Scenario: Getting more info about comments using PROPFIND method
Given user "Alice" has uploaded file "filesForUpload/textfile.txt" to "myFileToComment.txt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Feature: Comments
And user "Brian" should have the following comments on file "/myFileToComment.txt"
| user | comment |
| Brian | A comment from sharee |
| Alice | A comment from sharer |
| Alice | A comment from share |

Scenario: sharee comments on a group shared file
Given group "grp1" has been created
Expand Down

0 comments on commit 8c676b8

Please sign in to comment.