Skip to content

Commit

Permalink
[full-ci] Bump web to v4.8.0 (#2895)
Browse files Browse the repository at this point in the history
* Bump web to v4.8.0

* Use middleware in settings acceptance tests
  • Loading branch information
Pascal Wengerter authored Dec 23, 2021
1 parent 4537d0e commit 53788f6
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ CORE_COMMITID=fe2504387a9e914e03d6af55c54e34a617e55cf0
CORE_BRANCH=master

# The test runner source for UI tests
WEB_COMMITID=ed4a8b32240b59666a6c2b162d95b50ff7191eb8
WEB_COMMITID=bddf71ff51e2e092551dda82a134bc227073e09c
WEB_BRANCH=master
8 changes: 8 additions & 0 deletions changelog/unreleased/update-web-4.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Enhancement: Update ownCloud Web to v4.8.0

Tags: web

We updated ownCloud Web to v4.8.0. Please refer to the changelog (linked) for details on the web release.

https://github.com/owncloud/ocis/pull/2895
https://github.com/owncloud/web/releases/tag/v4.8.0
12 changes: 6 additions & 6 deletions settings/ui/tests/acceptance/features/settings.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Feature: Set user specific settings
I want to set user specific settings
So that I can customize my OCIS experience to my liking

Background:
Given these users have been created with default attributes and without skeleton files:
| username |
| user1 |
| user2 |
And user "user1" has created folder "simple-folder"
Background:
Given these users have been created with default attributes and without skeleton files in the server:
| username |
| user1 |
| user2 |
And user "user1" has created folder "simple-folder"

Scenario: Check the default settings
Given user "user1" has logged in using the webUI
Expand Down
2 changes: 1 addition & 1 deletion settings/ui/tests/acceptance/helpers/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const filesListHeaderMenu = {
Deutsch: [
'Name',
'Größe',
'Geändert',
'Bearbeitet',
'Aktionen'
],
Español: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ module.exports = {
selector: '.oc-sidebar-nav-item'
},
openNavigationBtn: {
selector: '//button[@aria-label="Open navigation menu"]',
locateStrategy: 'xpath'
selector: '.oc-app-navigation-toggle'
},
userMenuBtn: {
selector: '#_userMenuButton'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Only the web scenarios tagged ocisSmokeTest are run by default in OCIS CI. This

### [name of public link is empty and not "Public link" when not specified in the create request](https://github.com/owncloud/ocis/issues/1237)
- [webUISharingPublicBasic/publicLinkCreate.feature:11](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicBasic/publicLinkCreate.feature#L11)

- [webUISharingPublicBasic/publicLinkCreate.feature:28](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicBasic/publicLinkCreate.feature#L28)

### [Copy private link option not available](https://github.com/owncloud/ocis/issues/1409)
- [webUIPrivateLinks/accessingPrivateLinks.feature:9](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L9)
Expand All @@ -31,13 +31,10 @@ Only the web scenarios tagged ocisSmokeTest are run by default in OCIS CI. This
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:34](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L34)
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:35](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L35)

### [name of public link is empty and not "Public link" when not specified in the create request](https://github.com/owncloud/ocis/issues/1237)
- [webUISharingPublicBasic/publicLinkCreate.feature:28](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicBasic/publicLinkCreate.feature#L28)

### [impossible to navigate into a folder in the trashbin](https://github.com/owncloud/web/issues/1725)
- [webUITrashbinDelete/trashbinDelete.feature:29](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#L29)

### [Sharing seems to work but does not work](https://github.com/owncloud/ocis/issues/1303)
- [webUISharingInternalUsers/shareWithUsers.feature:52](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L52)
- [webUISharingInternalUsers/shareWithUsers.feature:53](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L53)
- [webUISharingInternalUsers/shareWithUsers.feature:54](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L54)
- [webUISharingInternalUsers/shareWithUsers.feature:52](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L52)
Loading

0 comments on commit 53788f6

Please sign in to comment.