Skip to content

Commit

Permalink
Bump oCIS commit ID & remove obsolete expected failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Oct 1, 2021
1 parent d30c0bf commit 5b4258f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The version of OCIS to use in pipelines that test against OCIS
OCIS_COMMITID=86728bc5aa88d4780792083205497f0fb67f3481
OCIS_COMMITID=2a1a9aa5031ee6b4f1225b5c617e178da0819521
OCIS_BRANCH=master

# The test runner source for API tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,3 @@ Other free text and markdown formatting can be used elsewhere in the document if

### [shares are not listed with full paths](https://github.com/owncloud/ocis/issues/2462)
- [webUISharingPublicBasic/publicLinkCreate.feature:88](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicBasic/publicLinkCreate.feature#L88)

### [[oCIS] Previewing video from mediaviewer pops up a sign-in dialog](https://github.com/owncloud/web/issues/5840)
- [webUIPreview/imageMediaViewer.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L56)
2 changes: 1 addition & 1 deletion tests/acceptance/pageObjects/FilesPageElement/filesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ module.exports = {
locateStrategy: 'xpath'
},
contextMenuPanel: {
selector: 'ul#oc-files-context-actions'
selector: '#oc-files-context-menu'
},
/**
* This element is concatenated as child of @see fileRowByResourcePath
Expand Down

0 comments on commit 5b4258f

Please sign in to comment.